Class Selection.Power

java.lang.Object
com.github.raimannma.methods.Selection
com.github.raimannma.methods.Selection.Power
Enclosing class:
Selection

public static final class Selection.Power
extends Selection
Power-Selection.
  • Constructor Details

    • Power

      public Power()
      Creates a new Power instance.
    • Power

      public Power​(int power)
      Creates a new Power instance.
      Parameters:
      power - the power
  • Method Details

    • select

      public Network select​(@NotNull @NotNull List<Network> population)
      Description copied from class: Selection
      Select a genome from the population by applying a selection method.
      Specified by:
      select in class Selection
      Parameters:
      population - the population
      Returns:
      the network