Type Alias CalcPhenomeTask<TTaskConfig>

CalcPhenomeTask: (data: TTaskConfig) => Promise<PhenomeRow>

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.

Type Parameters

  • TTaskConfig

    The type of configuration required to execute the task.

Type declaration