Package net.bmahe.genetics4j.core.spec
Class EAConfigurationBulkAsync<T extends Comparable<T>>
java.lang.Object
net.bmahe.genetics4j.core.spec.AbstractEAConfiguration<T>
net.bmahe.genetics4j.core.spec.EAConfigurationBulkAsync<T>
- Type Parameters:
T
- Type of the fitness measurement
- Direct Known Subclasses:
ImmutableEAConfigurationBulkAsync
@Immutable
public abstract class EAConfigurationBulkAsync<T extends Comparable<T>>
extends AbstractEAConfiguration<T>
Evolutionary Algorithm Configuration.
This describe the set of strategies to use. They describe the genotype, the different policies for selection, combination as well as mutation, and other relevant parameters such as how to determine the fitness of a given individual.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
EAConfigurationBulkAsync.Builder<T extends Comparable<T>>
-
Field Summary
Fields inherited from class net.bmahe.genetics4j.core.spec.AbstractEAConfiguration
DEFAULT_OFFSPRING_RATIO, DEFAULT_OPTIMIZATION
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionabstract FitnessBulkAsync
<T> fitness()
Defines how should individuals' fitness be assessedMethods inherited from class net.bmahe.genetics4j.core.spec.AbstractEAConfiguration
check, chromosomeSpecs, combinationPolicy, fitnessComparator, genotypeCombinator, genotypeGenerator, getChromosomeSpec, mutationPolicies, numChromosomes, offspringGeneratedRatio, optimization, parentSelectionPolicy, postEvaluationProcessor, replacementStrategy, seedPopulation, termination
-
Constructor Details
-
EAConfigurationBulkAsync
public EAConfigurationBulkAsync()
-
-
Method Details
-
fitness
Defines how should individuals' fitness be assessed- Returns:
-