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 optionaldeduplicate
attribute.ImmutableTournamentNSGA2Selection.withDeduplicate
(Optional<? extends Comparator<Genotype>> optional) Copy the current immutable object by setting an optional value for thededuplicate
attribute.ImmutableTournamentNSGA2Selection.withDistance
(ObjectiveDistance<T> value) Copy the current immutable object by setting a value for thedistance
attribute.ImmutableTournamentNSGA2Selection.withDominance
(Comparator<T> value) Copy the current immutable object by setting a value for thedominance
attribute.ImmutableTournamentNSGA2Selection.withNumberObjectives
(int value) Copy the current immutable object by setting a value for thenumberObjectives
attribute.ImmutableTournamentNSGA2Selection.withNumCandidates
(int value) Copy the current immutable object by setting a value for thenumCandidates
attribute.ImmutableTournamentNSGA2Selection.withObjectiveComparator
(Function<Integer, Comparator<T>> value) Copy the current immutable object by setting a value for theobjectiveComparator
attribute.Methods in net.bmahe.genetics4j.moo.nsga2.spec with parameters of type ImmutableTournamentNSGA2SelectionModifier and TypeMethodDescriptionprivate boolean
ImmutableTournamentNSGA2Selection.equalsByValue
(ImmutableTournamentNSGA2Selection<?> another)