Class TournamentNSGA2Selection.Builder<T extends Comparable<T>>
java.lang.Object
net.bmahe.genetics4j.moo.nsga2.spec.ImmutableTournamentNSGA2Selection.Builder<T>
net.bmahe.genetics4j.moo.nsga2.spec.TournamentNSGA2Selection.Builder<T>
- Enclosing class:
TournamentNSGA2Selection<T extends Comparable<T>>
public static class TournamentNSGA2Selection.Builder<T extends Comparable<T>>
extends ImmutableTournamentNSGA2Selection.Builder<T>
-
Constructor Summary
-
Method Summary
Methods inherited from class net.bmahe.genetics4j.moo.nsga2.spec.ImmutableTournamentNSGA2Selection.Builder
build, deduplicate, distance, dominance, from, numberObjectives, numCandidates, objectiveComparator
-
Constructor Details
-
Builder
public Builder()
-