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 SummaryConstructors
- 
Method SummaryMethods inherited from class net.bmahe.genetics4j.moo.nsga2.spec.ImmutableTournamentNSGA2Selection.Builderbuild, deduplicate, deduplicate, distance, dominance, from, numberObjectives, numCandidates, objectiveComparator
- 
Constructor Details- 
Builderpublic Builder()
 
-