Uses of Class
net.bmahe.genetics4j.extras.evolutionlisteners.ImmutableEvolutionStep
Packages that use ImmutableEvolutionStep
-
Uses of ImmutableEvolutionStep in net.bmahe.genetics4j.extras.evolutionlisteners
Methods in net.bmahe.genetics4j.extras.evolutionlisteners that return ImmutableEvolutionStepModifier and TypeMethodDescriptionfinal ImmutableEvolutionStep
<T, U> ImmutableEvolutionStep.withContext
(Optional<? extends U> optional) Copy the current immutable object by setting an optional value for thecontext
attribute.final ImmutableEvolutionStep
<T, U> ImmutableEvolutionStep.withContext
(U value) Copy the current immutable object by setting a present value for the optionalcontext
attribute.final ImmutableEvolutionStep
<T, U> ImmutableEvolutionStep.withFitness
(T value) Copy the current immutable object by setting a value for thefitness
attribute.final ImmutableEvolutionStep
<T, U> ImmutableEvolutionStep.withGeneration
(long value) Copy the current immutable object by setting a value for thegeneration
attribute.final ImmutableEvolutionStep
<T, U> ImmutableEvolutionStep.withIndividual
(Genotype value) Copy the current immutable object by setting a value for theindividual
attribute.final ImmutableEvolutionStep
<T, U> ImmutableEvolutionStep.withIndividualIndex
(int value) Copy the current immutable object by setting a value for theindividualIndex
attribute.final ImmutableEvolutionStep
<T, U> ImmutableEvolutionStep.withIsDone
(boolean value) Copy the current immutable object by setting a value for theisDone
attribute.Methods in net.bmahe.genetics4j.extras.evolutionlisteners with parameters of type ImmutableEvolutionStepModifier and TypeMethodDescriptionprivate boolean
ImmutableEvolutionStep.equalsByValue
(ImmutableEvolutionStep<?, ?> another) Constructors in net.bmahe.genetics4j.extras.evolutionlisteners with parameters of type ImmutableEvolutionStepModifierConstructorDescriptionprivate
ImmutableEvolutionStep
(ImmutableEvolutionStep<T, U> original, U context, long generation, int individualIndex, Genotype individual, T fitness, boolean isDone)