Uses of Class
net.bmahe.genetics4j.core.spec.ImmutableEAConfiguration
Packages that use ImmutableEAConfiguration
- 
Uses of ImmutableEAConfiguration in net.bmahe.genetics4j.core.specMethods in net.bmahe.genetics4j.core.spec that return ImmutableEAConfigurationModifier and TypeMethodDescriptionprivate static <T extends Comparable<T>>
 ImmutableEAConfiguration<T> ImmutableEAConfiguration.validate(ImmutableEAConfiguration<T> instance) final ImmutableEAConfiguration<T> ImmutableEAConfiguration.withChromosomeSpecs(Iterable<? extends ChromosomeSpec> elements) Copy the current immutable object with elements that replace the content ofchromosomeSpecs.final ImmutableEAConfiguration<T> ImmutableEAConfiguration.withChromosomeSpecs(ChromosomeSpec... elements) Copy the current immutable object with elements that replace the content ofchromosomeSpecs.final ImmutableEAConfiguration<T> ImmutableEAConfiguration.withCombinationPolicy(CombinationPolicy value) Copy the current immutable object by setting a value for thecombinationPolicyattribute.final ImmutableEAConfiguration<T> ImmutableEAConfiguration.withFitness(Fitness<T> value) Copy the current immutable object by setting a value for thefitnessattribute.final ImmutableEAConfiguration<T> ImmutableEAConfiguration.withGenotypeCombinator(GenotypeCombinator value) Copy the current immutable object by setting a value for thegenotypeCombinatorattribute.final ImmutableEAConfiguration<T> ImmutableEAConfiguration.withGenotypeGenerator(Supplier<Genotype> value) Copy the current immutable object by setting a present value for the optionalgenotypeGeneratorattribute.final ImmutableEAConfiguration<T> ImmutableEAConfiguration.withGenotypeGenerator(Optional<? extends Supplier<Genotype>> optional) Copy the current immutable object by setting an optional value for thegenotypeGeneratorattribute.final ImmutableEAConfiguration<T> ImmutableEAConfiguration.withMutationPolicies(Iterable<? extends MutationPolicy> elements) Copy the current immutable object with elements that replace the content ofmutationPolicies.final ImmutableEAConfiguration<T> ImmutableEAConfiguration.withMutationPolicies(MutationPolicy... elements) Copy the current immutable object with elements that replace the content ofmutationPolicies.final ImmutableEAConfiguration<T> ImmutableEAConfiguration.withOffspringGeneratedRatio(double value) Copy the current immutable object by setting a value for theoffspringGeneratedRatioattribute.final ImmutableEAConfiguration<T> ImmutableEAConfiguration.withOptimization(Optimization value) Copy the current immutable object by setting a value for theoptimizationattribute.final ImmutableEAConfiguration<T> ImmutableEAConfiguration.withParentSelectionPolicy(SelectionPolicy value) Copy the current immutable object by setting a value for theparentSelectionPolicyattribute.final ImmutableEAConfiguration<T> ImmutableEAConfiguration.withPostEvaluationProcessor(Optional<? extends PostEvaluationProcessor<T>> optional) Copy the current immutable object by setting an optional value for thepostEvaluationProcessorattribute.final ImmutableEAConfiguration<T> ImmutableEAConfiguration.withPostEvaluationProcessor(PostEvaluationProcessor<T> value) Copy the current immutable object by setting a present value for the optionalpostEvaluationProcessorattribute.final ImmutableEAConfiguration<T> ImmutableEAConfiguration.withReplacementStrategy(ReplacementStrategy value) Copy the current immutable object by setting a value for thereplacementStrategyattribute.final ImmutableEAConfiguration<T> ImmutableEAConfiguration.withSeedPopulation(Collection<Genotype> value) Copy the current immutable object by setting a value for theseedPopulationattribute.final ImmutableEAConfiguration<T> ImmutableEAConfiguration.withTermination(Termination<T> value) Copy the current immutable object by setting a value for theterminationattribute.Methods in net.bmahe.genetics4j.core.spec with parameters of type ImmutableEAConfigurationModifier and TypeMethodDescriptionprivate booleanImmutableEAConfiguration.equalsByValue(ImmutableEAConfiguration<?> another) private static <T extends Comparable<T>>
 ImmutableEAConfiguration<T> ImmutableEAConfiguration.validate(ImmutableEAConfiguration<T> instance)