Uses of Class
net.bmahe.genetics4j.moo.nsga2.spec.ImmutableTournamentNSGA2Selection
Packages that use ImmutableTournamentNSGA2Selection
-
Uses of ImmutableTournamentNSGA2Selection in net.bmahe.genetics4j.moo.nsga2.spec
Methods in net.bmahe.genetics4j.moo.nsga2.spec that return ImmutableTournamentNSGA2SelectionModifier and TypeMethodDescriptionImmutableTournamentNSGA2Selection.withDeduplicate(Comparator<Genotype> value) Copy the current immutable object by setting a present value for the optionaldeduplicateattribute.ImmutableTournamentNSGA2Selection.withDeduplicate(Optional<? extends Comparator<Genotype>> optional) Copy the current immutable object by setting an optional value for thededuplicateattribute.ImmutableTournamentNSGA2Selection.withDistance(ObjectiveDistance<T> value) Copy the current immutable object by setting a value for thedistanceattribute.ImmutableTournamentNSGA2Selection.withDominance(Comparator<T> value) Copy the current immutable object by setting a value for thedominanceattribute.ImmutableTournamentNSGA2Selection.withNumberObjectives(int value) Copy the current immutable object by setting a value for thenumberObjectivesattribute.ImmutableTournamentNSGA2Selection.withNumCandidates(int value) Copy the current immutable object by setting a value for thenumCandidatesattribute.ImmutableTournamentNSGA2Selection.withObjectiveComparator(Function<Integer, Comparator<T>> value) Copy the current immutable object by setting a value for theobjectiveComparatorattribute.Methods in net.bmahe.genetics4j.moo.nsga2.spec with parameters of type ImmutableTournamentNSGA2SelectionModifier and TypeMethodDescriptionprivate booleanImmutableTournamentNSGA2Selection.equalsByValue(ImmutableTournamentNSGA2Selection<?> another)