Uses of Class
net.bmahe.genetics4j.core.spec.ImmutableEvolutionResult
Packages that use ImmutableEvolutionResult
-
Uses of ImmutableEvolutionResult in net.bmahe.genetics4j.core.spec
Methods in net.bmahe.genetics4j.core.spec that return ImmutableEvolutionResultModifier and TypeMethodDescriptionfinal ImmutableEvolutionResult
<T> ImmutableEvolutionResult.withEaConfiguration
(AbstractEAConfiguration<T> value) Copy the current immutable object by setting a value for theeaConfiguration
attribute.final ImmutableEvolutionResult
<T> ImmutableEvolutionResult.withFitness
(Iterable<? extends T> elements) Copy the current immutable object with elements that replace the content offitness
.final ImmutableEvolutionResult
<T> ImmutableEvolutionResult.withFitness
(T... elements) Copy the current immutable object with elements that replace the content offitness
.final ImmutableEvolutionResult
<T> ImmutableEvolutionResult.withGeneration
(long value) Copy the current immutable object by setting a value for thegeneration
attribute.final ImmutableEvolutionResult
<T> ImmutableEvolutionResult.withPopulation
(Iterable<? extends Genotype> elements) Copy the current immutable object with elements that replace the content ofpopulation
.final ImmutableEvolutionResult
<T> ImmutableEvolutionResult.withPopulation
(Genotype... elements) Copy the current immutable object with elements that replace the content ofpopulation
.Methods in net.bmahe.genetics4j.core.spec with parameters of type ImmutableEvolutionResultModifier and TypeMethodDescriptionprivate boolean
ImmutableEvolutionResult.equalsByValue
(ImmutableEvolutionResult<?> another) Constructors in net.bmahe.genetics4j.core.spec with parameters of type ImmutableEvolutionResultModifierConstructorDescriptionprivate
ImmutableEvolutionResult
(ImmutableEvolutionResult<T> original, AbstractEAConfiguration<T> eaConfiguration, long generation, List<Genotype> population, List<T> fitness)