Abstract
The type of genome objects in the population.
The type of configuration for the phenome strategy.
The type of configuration required to execute the task of the calculating phenome.
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
execExecutes the tasks to calculate the phenome of the given genomes.
The inputs for the tasks to execute.
A promise that resolves to an array of phenome for each genome.
Base class for phenome strategies.