Uses of Class
net.bmahe.genetics4j.moo.spea2.spec.replacement.ImmutableSPEA2Replacement
Packages that use ImmutableSPEA2Replacement
-
Uses of ImmutableSPEA2Replacement in net.bmahe.genetics4j.moo.spea2.spec.replacement
Methods in net.bmahe.genetics4j.moo.spea2.spec.replacement that return ImmutableSPEA2ReplacementModifier and TypeMethodDescriptionfinal ImmutableSPEA2Replacement<T> ImmutableSPEA2Replacement.withDeduplicate(Comparator<Genotype> value) Copy the current immutable object by setting a present value for the optionaldeduplicateattribute.final ImmutableSPEA2Replacement<T> ImmutableSPEA2Replacement.withDeduplicate(Optional<? extends Comparator<Genotype>> optional) Copy the current immutable object by setting an optional value for thededuplicateattribute.final ImmutableSPEA2Replacement<T> ImmutableSPEA2Replacement.withDistance(BiFunction<T, T, Double> value) Copy the current immutable object by setting a value for thedistanceattribute.final ImmutableSPEA2Replacement<T> ImmutableSPEA2Replacement.withDominance(Comparator<T> value) Copy the current immutable object by setting a value for thedominanceattribute.final ImmutableSPEA2Replacement<T> ImmutableSPEA2Replacement.withK(int value) Copy the current immutable object by setting a present value for the optionalkattribute.final ImmutableSPEA2Replacement<T> Copy the current immutable object by setting an optional value for thekattribute.Methods in net.bmahe.genetics4j.moo.spea2.spec.replacement with parameters of type ImmutableSPEA2ReplacementModifier and TypeMethodDescriptionprivate booleanImmutableSPEA2Replacement.equalsByValue(ImmutableSPEA2Replacement<?> another)