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 optionaldeduplicateattribute.final ImmutableNSGA2Selection<T> ImmutableNSGA2Selection.withDeduplicate(Optional<? extends Comparator<Genotype>> optional) Copy the current immutable object by setting an optional value for thededuplicateattribute.final ImmutableNSGA2Selection<T> ImmutableNSGA2Selection.withDistance(ObjectiveDistance<T> value) Copy the current immutable object by setting a value for thedistanceattribute.final ImmutableNSGA2Selection<T> ImmutableNSGA2Selection.withDominance(Comparator<T> value) Copy the current immutable object by setting a value for thedominanceattribute.final ImmutableNSGA2Selection<T> ImmutableNSGA2Selection.withNumberObjectives(int value) Copy the current immutable object by setting a value for thenumberObjectivesattribute.final ImmutableNSGA2Selection<T> ImmutableNSGA2Selection.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 ImmutableNSGA2SelectionModifier and TypeMethodDescriptionprivate booleanImmutableNSGA2Selection.equalsByValue(ImmutableNSGA2Selection<?> another)