Optional
onTaskResult?: (result: PhenomeRow, input: TTaskConfig) => voidA callback function that is called after the phenome for a genome has been calculated.
The function to call to calculate the phenome for a genome.
This function is called for each genome in the population.
The configuration for a BasePhenomeStrategy.
A phenome strategy is a component of a genetic search algorithm that calculates the phenome of a population of genomes.