Uses of Interface
net.bmahe.genetics4j.core.FitnessBulkAsync
Packages that use FitnessBulkAsync
-
Uses of FitnessBulkAsync in net.bmahe.genetics4j.core.spec
Fields in net.bmahe.genetics4j.core.spec declared as FitnessBulkAsyncModifier and TypeFieldDescriptionprivate FitnessBulkAsync
<T> ImmutableEAConfigurationBulkAsync.Builder.fitness
private final FitnessBulkAsync
<T> ImmutableEAConfigurationBulkAsync.fitness
Methods in net.bmahe.genetics4j.core.spec that return FitnessBulkAsyncModifier and TypeMethodDescriptionabstract FitnessBulkAsync
<T> EAConfigurationBulkAsync.fitness()
Defines how should individuals' fitness be assessedImmutableEAConfigurationBulkAsync.fitness()
Defines how should individuals' fitness be assessedMethods in net.bmahe.genetics4j.core.spec with parameters of type FitnessBulkAsyncModifier and TypeMethodDescriptionImmutableEAConfigurationBulkAsync.Builder.fitness
(FitnessBulkAsync<T> fitness) Initializes the value for thefitness
attribute.ImmutableEAConfigurationBulkAsync.withFitness
(FitnessBulkAsync<T> value) Copy the current immutable object by setting a value for thefitness
attribute.Constructors in net.bmahe.genetics4j.core.spec with parameters of type FitnessBulkAsyncModifierConstructorDescriptionprivate
ImmutableEAConfigurationBulkAsync
(List<ChromosomeSpec> chromosomeSpecs, SelectionPolicy parentSelectionPolicy, CombinationPolicy combinationPolicy, List<MutationPolicy> mutationPolicies, ReplacementStrategy replacementStrategy, Function<Population<T>, Population<T>> postEvaluationProcessor, Termination<T> termination, Supplier<Genotype> genotypeGenerator, Collection<Genotype> seedPopulation, GenotypeCombinator genotypeCombinator, double offspringGeneratedRatio, Optimization optimization, FitnessBulkAsync<T> fitness)