Uses of Class
net.bmahe.genetics4j.moo.nsga2.spec.TournamentNSGA2Selection.Builder
-
Uses of TournamentNSGA2Selection.Builder in net.bmahe.genetics4j.moo.nsga2.spec
Modifier and TypeMethodDescriptionstatic <U extends Comparable<U>>
TournamentNSGA2Selection.Builder<U> TournamentNSGA2Selection.builder()
ImmutableTournamentNSGA2Selection.Builder.deduplicate
(Optional<Comparator<Genotype>> deduplicate) Initializes the value for thededuplicate
attribute.ImmutableTournamentNSGA2Selection.Builder.distance
(ObjectiveDistance<T> distance) Initializes the value for thedistance
attribute.ImmutableTournamentNSGA2Selection.Builder.dominance
(Comparator<T> dominance) Initializes the value for thedominance
attribute.ImmutableTournamentNSGA2Selection.Builder.from
(TournamentNSGA2Selection<T> instance) Fill a builder with attribute values from the providedTournamentNSGA2Selection
instance.ImmutableTournamentNSGA2Selection.Builder.numberObjectives
(int numberObjectives) Initializes the value for thenumberObjectives
attribute.ImmutableTournamentNSGA2Selection.Builder.numCandidates
(int numCandidates) Initializes the value for thenumCandidates
attribute.ImmutableTournamentNSGA2Selection.Builder.objectiveComparator
(Function<Integer, Comparator<T>> objectiveComparator) Initializes the value for theobjectiveComparator
attribute.