Uses of Class
net.bmahe.genetics4j.neat.spec.selection.ImmutableNeatSelection
Packages that use ImmutableNeatSelection
-
Uses of ImmutableNeatSelection in net.bmahe.genetics4j.neat.spec.selection
Methods in net.bmahe.genetics4j.neat.spec.selection that return ImmutableNeatSelectionModifier and TypeMethodDescriptionprivate static <T extends Comparable<T>>
ImmutableNeatSelection<T> ImmutableNeatSelection.validate(ImmutableNeatSelection<T> instance) final ImmutableNeatSelection<T> ImmutableNeatSelection.withMinSpeciesSize(int value) Copy the current immutable object by setting a value for theminSpeciesSizeattribute.final ImmutableNeatSelection<T> ImmutableNeatSelection.withPerSpeciesKeepRatio(float value) Copy the current immutable object by setting a value for theperSpeciesKeepRatioattribute.final ImmutableNeatSelection<T> ImmutableNeatSelection.withSpeciesPredicate(BiPredicate<Individual<T>, Individual<T>> value) Copy the current immutable object by setting a value for thespeciesPredicateattribute.final ImmutableNeatSelection<T> ImmutableNeatSelection.withSpeciesSelection(SelectionPolicy value) Copy the current immutable object by setting a value for thespeciesSelectionattribute.Methods in net.bmahe.genetics4j.neat.spec.selection with parameters of type ImmutableNeatSelectionModifier and TypeMethodDescriptionprivate booleanImmutableNeatSelection.equalsByValue(ImmutableNeatSelection<?> another) private static <T extends Comparable<T>>
ImmutableNeatSelection<T> ImmutableNeatSelection.validate(ImmutableNeatSelection<T> instance)