Abstract
The type of the genome.
The type of the configuration for the phenome strategy.
The type of the configuration for each phenome calculation task.
Constructs a new instance of the phenome strategy.
The configuration for the phenome strategy.
Collects and caches the phenome for a given population of genomes.
The population of genomes to collect phenome for.
The cache used to store and retrieve phenomes.
A promise that resolves to a matrix of phenomes for the generation.
Protected
Abstract
createCreates the task input required for calculating phenome for a given genome.
The genome for which to create the task input.
The task configuration for the given genome.
Protected
execExecute the phenome calculation tasks.
The inputs to the phenome calculation tasks.
A matrix of phenome results, where each row corresponds to a single genome.
Base class for phenome strategies that uses multiprocessing to execute phenome calculation tasks.