Uses of Class
net.bmahe.genetics4j.extras.evolutionlisteners.EvolutionStep.Builder
-
Uses of EvolutionStep.Builder in net.bmahe.genetics4j.extras.evolutionlisteners
Modifier and TypeMethodDescriptionfinal EvolutionStep.Builder
<T, U> Initializes the optional valuecontext
to context.final EvolutionStep.Builder
<T, U> Initializes the optional valuecontext
to context.final EvolutionStep.Builder
<T, U> Initializes the value for thefitness
attribute.final EvolutionStep.Builder
<T, U> ImmutableEvolutionStep.Builder.from
(EvolutionStep<T, U> instance) Fill a builder with attribute values from the providedEvolutionStep
instance.final EvolutionStep.Builder
<T, U> ImmutableEvolutionStep.Builder.generation
(long generation) Initializes the value for thegeneration
attribute.final EvolutionStep.Builder
<T, U> ImmutableEvolutionStep.Builder.individual
(Genotype individual) Initializes the value for theindividual
attribute.final EvolutionStep.Builder
<T, U> ImmutableEvolutionStep.Builder.individualIndex
(int individualIndex) Initializes the value for theindividualIndex
attribute.final EvolutionStep.Builder
<T, U> ImmutableEvolutionStep.Builder.isDone
(boolean isDone) Initializes the value for theisDone
attribute.