Class Selection

java.lang.Object
com.github.raimannma.methods.Selection
Direct Known Subclasses:
Selection.FitnessProportionate, Selection.Power, Selection.Tournament

public abstract class Selection
extends Object
Selection methods.
Author:
Manuel Raimann
  • Constructor Details

  • Method Details

    • select

      public abstract Network select​(List<Network> population)
      Select a genome from the population by applying a selection method.
      Parameters:
      population - the population
      Returns:
      the network