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 TypeMethodDescriptionprivate static ImmutableDeleteNLastImmutableDeleteNLast.validate(ImmutableDeleteNLast instance) final ImmutableDeleteNLastImmutableDeleteNLast.withOffspringSelectionPolicy(SelectionPolicy value) Copy the current immutable object by setting a value for theoffspringSelectionPolicyattribute.final ImmutableDeleteNLastImmutableDeleteNLast.withWeakRatio(double value) Copy the current immutable object by setting a value for theweakRatioattribute.Methods in net.bmahe.genetics4j.core.spec.replacement with parameters of type ImmutableDeleteNLastModifier and TypeMethodDescriptionprivate booleanImmutableDeleteNLast.equalsByValue(ImmutableDeleteNLast another) private static ImmutableDeleteNLastImmutableDeleteNLast.validate(ImmutableDeleteNLast instance) Constructors in net.bmahe.genetics4j.core.spec.replacement with parameters of type ImmutableDeleteNLastModifierConstructorDescriptionprivateImmutableDeleteNLast(ImmutableDeleteNLast original, double weakRatio, SelectionPolicy offspringSelectionPolicy)