Clears the cache, excluding the specified genome IDs.
The IDs of the genomes to exclude from the clear operation.
Exports the cache as a record of genome IDs to phenome.
The cache as a record of genome IDs to phenome.
Gets the phenome of a genome.
The ID of the genome.
Optional
defaultValue: PhenomeRowThe default value to return if the genome is not found.
The phenome of the genome, or the default value if the genome phenome is not found.
Gets the phenome of a genome, or undefined if the genome is not ready.
The ID of the genome.
The phenome of the genome, or undefined if the genome is not ready.
Imports the cache from a record of genome IDs to phenome.
The cache as a record of genome IDs to phenome.
Sets the phenome of a genome.
The ID of the genome.
The phenome of the genome.
Interface for a cache of phenome associated with genomes.
This cache is used by the genetic search algorithm to store and retrieve the phenome of genomes.
Used in GeneticSearchStrategyConfig.
Remarks
The cache is used to store the phenome of genomes, which are used to calculate the fitness of the population.