Uses of Class
net.bmahe.genetics4j.neat.spec.selection.NeatSelection.Builder
-
Uses of NeatSelection.Builder in net.bmahe.genetics4j.neat.spec.selection
Modifier 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 providedNeatSelection
instance.final NeatSelection.Builder
<T> ImmutableNeatSelection.Builder.minSpeciesSize
(int minSpeciesSize) Initializes the value for theminSpeciesSize
attribute.final NeatSelection.Builder
<T> ImmutableNeatSelection.Builder.perSpeciesKeepRatio
(float perSpeciesKeepRatio) Initializes the value for theperSpeciesKeepRatio
attribute.final NeatSelection.Builder
<T> ImmutableNeatSelection.Builder.speciesPredicate
(BiPredicate<Individual<T>, Individual<T>> speciesPredicate) Initializes the value for thespeciesPredicate
attribute.final NeatSelection.Builder
<T> ImmutableNeatSelection.Builder.speciesSelection
(SelectionPolicy speciesSelection) Initializes the value for thespeciesSelection
attribute.