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 thecontextattribute.final ImmutableEvolutionStep<T, U> ImmutableEvolutionStep.withContext(U value) Copy the current immutable object by setting a present value for the optionalcontextattribute.final ImmutableEvolutionStep<T, U> ImmutableEvolutionStep.withFitness(T value) Copy the current immutable object by setting a value for thefitnessattribute.final ImmutableEvolutionStep<T, U> ImmutableEvolutionStep.withGeneration(long value) Copy the current immutable object by setting a value for thegenerationattribute.final ImmutableEvolutionStep<T, U> ImmutableEvolutionStep.withIndividual(Genotype value) Copy the current immutable object by setting a value for theindividualattribute.final ImmutableEvolutionStep<T, U> ImmutableEvolutionStep.withIndividualIndex(int value) Copy the current immutable object by setting a value for theindividualIndexattribute.final ImmutableEvolutionStep<T, U> ImmutableEvolutionStep.withIsDone(boolean value) Copy the current immutable object by setting a value for theisDoneattribute.Methods in net.bmahe.genetics4j.extras.evolutionlisteners with parameters of type ImmutableEvolutionStepModifier and TypeMethodDescriptionprivate booleanImmutableEvolutionStep.equalsByValue(ImmutableEvolutionStep<?, ?> another) Constructors in net.bmahe.genetics4j.extras.evolutionlisteners with parameters of type ImmutableEvolutionStepModifierConstructorDescriptionprivateImmutableEvolutionStep(ImmutableEvolutionStep<T, U> original, U context, long generation, int individualIndex, Genotype individual, T fitness, boolean isDone)