Uses of Class
net.bmahe.genetics4j.core.spec.ImmutableEAConfigurationBulkAsync
-
Uses of ImmutableEAConfigurationBulkAsync in net.bmahe.genetics4j.core.spec
Modifier and TypeMethodDescriptionImmutableEAConfigurationBulkAsync.Builder.build()
Builds a newImmutableEAConfigurationBulkAsync
.static <T extends Comparable<T>>
ImmutableEAConfigurationBulkAsync<T> ImmutableEAConfigurationBulkAsync.copyOf
(EAConfigurationBulkAsync<T> instance) Creates an immutable copy of aEAConfigurationBulkAsync
value.private static <T extends Comparable<T>>
ImmutableEAConfigurationBulkAsync<T> ImmutableEAConfigurationBulkAsync.validate
(ImmutableEAConfigurationBulkAsync<T> instance) ImmutableEAConfigurationBulkAsync.withChromosomeSpecs
(Iterable<? extends ChromosomeSpec> elements) Copy the current immutable object with elements that replace the content ofchromosomeSpecs
.ImmutableEAConfigurationBulkAsync.withChromosomeSpecs
(ChromosomeSpec... elements) Copy the current immutable object with elements that replace the content ofchromosomeSpecs
.ImmutableEAConfigurationBulkAsync.withCombinationPolicy
(CombinationPolicy value) Copy the current immutable object by setting a value for thecombinationPolicy
attribute.ImmutableEAConfigurationBulkAsync.withFitness
(FitnessBulkAsync<T> value) Copy the current immutable object by setting a value for thefitness
attribute.ImmutableEAConfigurationBulkAsync.withGenotypeCombinator
(GenotypeCombinator value) Copy the current immutable object by setting a value for thegenotypeCombinator
attribute.ImmutableEAConfigurationBulkAsync.withGenotypeGenerator
(Supplier<Genotype> value) Copy the current immutable object by setting a present value for the optionalgenotypeGenerator
attribute.ImmutableEAConfigurationBulkAsync.withGenotypeGenerator
(Optional<? extends Supplier<Genotype>> optional) Copy the current immutable object by setting an optional value for thegenotypeGenerator
attribute.ImmutableEAConfigurationBulkAsync.withMutationPolicies
(Iterable<? extends MutationPolicy> elements) Copy the current immutable object with elements that replace the content ofmutationPolicies
.ImmutableEAConfigurationBulkAsync.withMutationPolicies
(MutationPolicy... elements) Copy the current immutable object with elements that replace the content ofmutationPolicies
.ImmutableEAConfigurationBulkAsync.withOffspringGeneratedRatio
(double value) Copy the current immutable object by setting a value for theoffspringGeneratedRatio
attribute.ImmutableEAConfigurationBulkAsync.withOptimization
(Optimization value) Copy the current immutable object by setting a value for theoptimization
attribute.ImmutableEAConfigurationBulkAsync.withParentSelectionPolicy
(SelectionPolicy value) Copy the current immutable object by setting a value for theparentSelectionPolicy
attribute.ImmutableEAConfigurationBulkAsync.withPostEvaluationProcessor
(Function<Population<T>, Population<T>> value) Copy the current immutable object by setting a present value for the optionalpostEvaluationProcessor
attribute.ImmutableEAConfigurationBulkAsync.withPostEvaluationProcessor
(Optional<? extends Function<Population<T>, Population<T>>> optional) Copy the current immutable object by setting an optional value for thepostEvaluationProcessor
attribute.ImmutableEAConfigurationBulkAsync.withReplacementStrategy
(ReplacementStrategy value) Copy the current immutable object by setting a value for thereplacementStrategy
attribute.ImmutableEAConfigurationBulkAsync.withSeedPopulation
(Collection<Genotype> value) Copy the current immutable object by setting a value for theseedPopulation
attribute.ImmutableEAConfigurationBulkAsync.withTermination
(Termination<T> value) Copy the current immutable object by setting a value for thetermination
attribute.Modifier and TypeMethodDescriptionprivate boolean
ImmutableEAConfigurationBulkAsync.equalTo
(int synthetic, ImmutableEAConfigurationBulkAsync<?> another) private static <T extends Comparable<T>>
ImmutableEAConfigurationBulkAsync<T> ImmutableEAConfigurationBulkAsync.validate
(ImmutableEAConfigurationBulkAsync<T> instance)