Class Tournament.Builder<T extends Comparable<T>>
java.lang.Object
net.bmahe.genetics4j.core.spec.selection.ImmutableTournament.Builder<T>
net.bmahe.genetics4j.core.spec.selection.Tournament.Builder<T>
- Enclosing class:
Tournament<T extends Comparable<T>>
public static class Tournament.Builder<T extends Comparable<T>>
extends ImmutableTournament.Builder<T>
-
Constructor Summary
-
Method Summary
Methods inherited from class net.bmahe.genetics4j.core.spec.selection.ImmutableTournament.Builder
build, comparator, from, numCandidates
-
Constructor Details
-
Builder
public Builder()
-