Package com.github.raimannma.methods
Class Selection.Tournament
java.lang.Object
com.github.raimannma.methods.Selection
com.github.raimannma.methods.Selection.Tournament
- Enclosing class:
- Selection
public static final class Selection.Tournament extends Selection
Tournament-Selection.
- See Also:
- Wikipedia article
-
Nested Class Summary
Nested classes/interfaces inherited from class com.github.raimannma.methods.Selection
Selection.FitnessProportionate, Selection.Power, Selection.Tournament
-
Constructor Summary
Constructors Constructor Description Tournament(int size)
Creates a new Tournament-Selection instance. -
Method Summary
-
Constructor Details
-
Tournament
public Tournament(int size)Creates a new Tournament-Selection instance.- Parameters:
size
- the size
-
-
Method Details