Uses of Class
net.bmahe.genetics4j.core.spec.replacement.ImmutableDeleteNLast
-
Uses of ImmutableDeleteNLast in net.bmahe.genetics4j.core.spec.replacement
Modifier 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.Modifier and TypeMethodDescriptionprivate boolean
ImmutableDeleteNLast.equalTo
(int synthetic, ImmutableDeleteNLast another) private static ImmutableDeleteNLast
ImmutableDeleteNLast.validate
(ImmutableDeleteNLast instance) ModifierConstructorDescriptionprivate
ImmutableDeleteNLast
(ImmutableDeleteNLast original, double weakRatio, SelectionPolicy offspringSelectionPolicy)