Uses of Class
net.bmahe.genetics4j.core.spec.ImmutableEAConfigurationBulkAsync
Packages that use ImmutableEAConfigurationBulkAsync
-
Uses of ImmutableEAConfigurationBulkAsync in net.bmahe.genetics4j.core.spec
Methods in net.bmahe.genetics4j.core.spec that return ImmutableEAConfigurationBulkAsyncModifier and TypeMethodDescriptionprivate 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 thecombinationPolicyattribute.ImmutableEAConfigurationBulkAsync.withFitness(FitnessBulkAsync<T> value) Copy the current immutable object by setting a value for thefitnessattribute.ImmutableEAConfigurationBulkAsync.withGenotypeCombinator(GenotypeCombinator value) Copy the current immutable object by setting a value for thegenotypeCombinatorattribute.ImmutableEAConfigurationBulkAsync.withGenotypeGenerator(Supplier<Genotype> value) Copy the current immutable object by setting a present value for the optionalgenotypeGeneratorattribute.ImmutableEAConfigurationBulkAsync.withGenotypeGenerator(Optional<? extends Supplier<Genotype>> optional) Copy the current immutable object by setting an optional value for thegenotypeGeneratorattribute.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 theoffspringGeneratedRatioattribute.ImmutableEAConfigurationBulkAsync.withOptimization(Optimization value) Copy the current immutable object by setting a value for theoptimizationattribute.ImmutableEAConfigurationBulkAsync.withParentSelectionPolicy(SelectionPolicy value) Copy the current immutable object by setting a value for theparentSelectionPolicyattribute.ImmutableEAConfigurationBulkAsync.withPostEvaluationProcessor(Optional<? extends PostEvaluationProcessor<T>> optional) Copy the current immutable object by setting an optional value for thepostEvaluationProcessorattribute.ImmutableEAConfigurationBulkAsync.withPostEvaluationProcessor(PostEvaluationProcessor<T> value) Copy the current immutable object by setting a present value for the optionalpostEvaluationProcessorattribute.ImmutableEAConfigurationBulkAsync.withReplacementStrategy(ReplacementStrategy value) Copy the current immutable object by setting a value for thereplacementStrategyattribute.ImmutableEAConfigurationBulkAsync.withSeedPopulation(Collection<Genotype> value) Copy the current immutable object by setting a value for theseedPopulationattribute.ImmutableEAConfigurationBulkAsync.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 ImmutableEAConfigurationBulkAsyncModifier and TypeMethodDescriptionprivate booleanImmutableEAConfigurationBulkAsync.equalsByValue(ImmutableEAConfigurationBulkAsync<?> another) private static <T extends Comparable<T>>
ImmutableEAConfigurationBulkAsync<T> ImmutableEAConfigurationBulkAsync.validate(ImmutableEAConfigurationBulkAsync<T> instance)