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 theeaConfigurationattribute.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 thegenerationattribute.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 booleanImmutableEvolutionResult.equalsByValue(ImmutableEvolutionResult<?> another) Constructors in net.bmahe.genetics4j.core.spec with parameters of type ImmutableEvolutionResultModifierConstructorDescriptionprivateImmutableEvolutionResult(ImmutableEvolutionResult<T> original, AbstractEAConfiguration<T> eaConfiguration, long generation, List<Genotype> population, List<T> fitness)