Uses of Class
net.bmahe.genetics4j.moo.nsga2.spec.TournamentNSGA2Selection.Builder
Packages that use TournamentNSGA2Selection.Builder
-
Uses of TournamentNSGA2Selection.Builder in net.bmahe.genetics4j.moo.nsga2.spec
Methods in net.bmahe.genetics4j.moo.nsga2.spec that return TournamentNSGA2Selection.BuilderModifier and TypeMethodDescriptionstatic <U extends Comparable<U>>
TournamentNSGA2Selection.Builder<U> TournamentNSGA2Selection.builder()ImmutableTournamentNSGA2Selection.Builder.deduplicate(Comparator<Genotype> deduplicate) Initializes the optional valuededuplicateto deduplicate.ImmutableTournamentNSGA2Selection.Builder.deduplicate(Optional<? extends Comparator<Genotype>> deduplicate) Initializes the optional valuededuplicateto deduplicate.ImmutableTournamentNSGA2Selection.Builder.distance(ObjectiveDistance<T> distance) Initializes the value for thedistanceattribute.ImmutableTournamentNSGA2Selection.Builder.dominance(Comparator<T> dominance) Initializes the value for thedominanceattribute.ImmutableTournamentNSGA2Selection.Builder.from(TournamentNSGA2Selection<T> instance) Fill a builder with attribute values from the providedTournamentNSGA2Selectioninstance.ImmutableTournamentNSGA2Selection.Builder.numberObjectives(int numberObjectives) Initializes the value for thenumberObjectivesattribute.ImmutableTournamentNSGA2Selection.Builder.numCandidates(int numCandidates) Initializes the value for thenumCandidatesattribute.ImmutableTournamentNSGA2Selection.Builder.objectiveComparator(Function<Integer, Comparator<T>> objectiveComparator) Initializes the value for theobjectiveComparatorattribute.