Uses of Class
com.github.raimannma.methods.Selection
Package | Description |
---|---|
com.github.raimannma.architecture | |
com.github.raimannma.methods |
-
Uses of Selection in com.github.raimannma.architecture
Methods in com.github.raimannma.architecture that return Selection Modifier and Type Method Description Selection
EvolveOptions. getSelection()
Gets selection.Methods in com.github.raimannma.architecture with parameters of type Selection Modifier and Type Method Description EvolveOptions
EvolveOptions. setSelection(Selection selection)
Sets selection. -
Uses of Selection in com.github.raimannma.methods
Subclasses of Selection in com.github.raimannma.methods Modifier and Type Class Description static class
Selection.FitnessProportionate
Fitness-Proportionate-Selection.static class
Selection.Power
Power-Selection.static class
Selection.Tournament
Tournament-Selection.