Uses of Class
net.bmahe.genetics4j.core.spec.replacement.ImmutableDeleteNLast
Packages that use ImmutableDeleteNLast
-
Uses of ImmutableDeleteNLast in net.bmahe.genetics4j.core.spec.replacement
Methods in net.bmahe.genetics4j.core.spec.replacement that return ImmutableDeleteNLastModifier and TypeMethodDescriptionImmutableDeleteNLast.Builder.build()
Builds a newImmutableDeleteNLast
.static ImmutableDeleteNLast
ImmutableDeleteNLast.copyOf
(DeleteNLast instance) Creates an immutable copy of aDeleteNLast
value.static ImmutableDeleteNLast
ImmutableDeleteNLast.of
(double weakRatio, SelectionPolicy offspringSelectionPolicy) Construct a new immutableDeleteNLast
instance.private static ImmutableDeleteNLast
ImmutableDeleteNLast.validate
(ImmutableDeleteNLast instance) final ImmutableDeleteNLast
ImmutableDeleteNLast.withOffspringSelectionPolicy
(SelectionPolicy value) Copy the current immutable object by setting a value for theoffspringSelectionPolicy
attribute.final ImmutableDeleteNLast
ImmutableDeleteNLast.withWeakRatio
(double value) Copy the current immutable object by setting a value for theweakRatio
attribute.Methods in net.bmahe.genetics4j.core.spec.replacement with parameters of type ImmutableDeleteNLastModifier and TypeMethodDescriptionprivate boolean
ImmutableDeleteNLast.equalTo
(int synthetic, ImmutableDeleteNLast another) private static ImmutableDeleteNLast
ImmutableDeleteNLast.validate
(ImmutableDeleteNLast instance) Constructors in net.bmahe.genetics4j.core.spec.replacement with parameters of type ImmutableDeleteNLastModifierConstructorDescriptionprivate
ImmutableDeleteNLast
(ImmutableDeleteNLast original, double weakRatio, SelectionPolicy offspringSelectionPolicy)