Class NeatSelection.Builder<T extends Comparable<T>>
java.lang.Object
net.bmahe.genetics4j.neat.spec.selection.ImmutableNeatSelection.Builder<T>
net.bmahe.genetics4j.neat.spec.selection.NeatSelection.Builder<T>
- Enclosing class:
NeatSelection<T extends Comparable<T>>
public static class NeatSelection.Builder<T extends Comparable<T>>
extends ImmutableNeatSelection.Builder<T>
-
Constructor Summary
-
Method Summary
Methods inherited from class net.bmahe.genetics4j.neat.spec.selection.ImmutableNeatSelection.Builder
build, from, minSpeciesSize, perSpeciesKeepRatio, speciesPredicate, speciesSelection
-
Constructor Details
-
Builder
public Builder()
-