A function that calculates the phenome for a genome.
This function is called for each genome in the population by PhenomeStrategyInterface.
Used in configuration type PhenomeStrategyConfig.
The type of configuration required to execute the task.
The configuration required to execute the task.
A promise that resolves to the phenome of the genome.
A function that calculates the phenome for a genome.
This function is called for each genome in the population by PhenomeStrategyInterface.
Used in configuration type PhenomeStrategyConfig.