Uses of Class
net.bmahe.genetics4j.moo.nsga2.spec.ImmutableNSGA2Selection
-
Uses of ImmutableNSGA2Selection in net.bmahe.genetics4j.moo.nsga2.spec
Modifier and TypeMethodDescriptionImmutableNSGA2Selection.Builder.build()
Builds a newImmutableNSGA2Selection
.static <T extends Comparable<T>>
ImmutableNSGA2Selection<T> ImmutableNSGA2Selection.copyOf
(NSGA2Selection<T> instance) Creates an immutable copy of aNSGA2Selection
value.static <T extends Comparable<T>>
ImmutableNSGA2Selection<T> ImmutableNSGA2Selection.of
(int numberObjectives, Function<Integer, Comparator<T>> objectiveComparator, ObjectiveDistance<T> distance) Construct a new immutableNSGA2Selection
instance.final ImmutableNSGA2Selection
<T> ImmutableNSGA2Selection.withDeduplicate
(Optional<Comparator<Genotype>> value) Copy the current immutable object by setting a 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.Modifier and TypeMethodDescriptionprivate boolean
ImmutableNSGA2Selection.equalTo
(int synthetic, ImmutableNSGA2Selection<?> another)