Uses of Class
net.bmahe.genetics4j.moo.nsga2.spec.ImmutableNSGA2Selection
Packages that use ImmutableNSGA2Selection
-
Uses of ImmutableNSGA2Selection in net.bmahe.genetics4j.moo.nsga2.spec
Methods in net.bmahe.genetics4j.moo.nsga2.spec that return ImmutableNSGA2SelectionModifier and TypeMethodDescriptionfinal ImmutableNSGA2Selection
<T> ImmutableNSGA2Selection.withDeduplicate
(Comparator<Genotype> value) Copy the current immutable object by setting a present value for the optionaldeduplicate
attribute.final ImmutableNSGA2Selection
<T> ImmutableNSGA2Selection.withDeduplicate
(Optional<? extends Comparator<Genotype>> optional) Copy the current immutable object by setting an optional value for thededuplicate
attribute.final ImmutableNSGA2Selection
<T> ImmutableNSGA2Selection.withDistance
(ObjectiveDistance<T> value) Copy the current immutable object by setting a value for thedistance
attribute.final ImmutableNSGA2Selection
<T> ImmutableNSGA2Selection.withDominance
(Comparator<T> value) Copy the current immutable object by setting a value for thedominance
attribute.final ImmutableNSGA2Selection
<T> ImmutableNSGA2Selection.withNumberObjectives
(int value) Copy the current immutable object by setting a value for thenumberObjectives
attribute.final ImmutableNSGA2Selection
<T> ImmutableNSGA2Selection.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 ImmutableNSGA2SelectionModifier and TypeMethodDescriptionprivate boolean
ImmutableNSGA2Selection.equalsByValue
(ImmutableNSGA2Selection<?> another)