The type of genome objects in the population.
Readonly
bestCurrent best genome in the population.
Readonly
cachePhenome cache.
Readonly
generationCurrent generation number.
Readonly
partitionsPartition sizes of the population.
The first element is the size of the elite population, the second element is the size of the crossover population, and the third element is the size of the mutation population.
Current population.
Clears the cache.
Runs the genetic search algorithm.
The configuration.
Runs a single step of the genetic search algorithm.
You need to call clearCache()
after calling this method.
Optional
scheduler: SchedulerInterface<TGenome>The scheduler.
The fitness of the best genome in the population.
Gets the population summary.
Optional
roundPrecision: numberThe precision to round the summary to.
The population summary.
Refreshes the population.
Sets the current population.
new population.
Whether to reset the ID generator.
A genetic search algorithm interface.