Uses of Class
net.bmahe.genetics4j.neat.spec.selection.NeatSelection.Builder
Packages that use NeatSelection.Builder
-
Uses of NeatSelection.Builder in net.bmahe.genetics4j.neat.spec.selection
Methods in net.bmahe.genetics4j.neat.spec.selection that return NeatSelection.BuilderModifier and TypeMethodDescriptionstatic <U extends Comparable<U>>
NeatSelection.Builder<U> NeatSelection.builder()final NeatSelection.Builder<T> ImmutableNeatSelection.Builder.from(NeatSelection<T> instance) Fill a builder with attribute values from the providedNeatSelectioninstance.final NeatSelection.Builder<T> ImmutableNeatSelection.Builder.minSpeciesSize(int minSpeciesSize) Initializes the value for theminSpeciesSizeattribute.final NeatSelection.Builder<T> ImmutableNeatSelection.Builder.perSpeciesKeepRatio(float perSpeciesKeepRatio) Initializes the value for theperSpeciesKeepRatioattribute.final NeatSelection.Builder<T> ImmutableNeatSelection.Builder.speciesPredicate(BiPredicate<Individual<T>, Individual<T>> speciesPredicate) Initializes the value for thespeciesPredicateattribute.final NeatSelection.Builder<T> ImmutableNeatSelection.Builder.speciesSelection(SelectionPolicy speciesSelection) Initializes the value for thespeciesSelectionattribute.