Class BaseMultiprocessingPhenomeStrategy<TGenome, TConfig, TTaskConfig>Abstract

Base class for phenome strategies that uses multiprocessing to execute phenome calculation tasks.

Type Parameters

  • TGenome extends BaseGenome

    The type of the genome.

  • TConfig extends MultiprocessingPhenomeStrategyConfig<TTaskConfig>

    The type of the configuration for the phenome strategy.

  • TTaskConfig

    The type of the configuration for each phenome calculation task.

Hierarchy

Constructors

Properties

config: TConfig

The configuration for the phenome strategy.

Methods

  • Collects and caches the phenome for a given population of genomes.

    Parameters

    • population: Population<TGenome>

      The population of genomes to collect phenome for.

    • cache: PhenomeCacheInterface

      The cache used to store and retrieve phenomes.

    Returns Promise<GenerationPhenomeMatrix>

    A promise that resolves to a matrix of phenomes for the generation.

  • Creates the task input required for calculating phenome for a given genome.

    Parameters

    • genome: TGenome

      The genome for which to create the task input.

    Returns TTaskConfig

    The task configuration for the given genome.

  • Execute the phenome calculation tasks.

    Parameters

    • inputs: TTaskConfig[]

      The inputs to the phenome calculation tasks.

    Returns Promise<GenerationPhenomeMatrix>

    A matrix of phenome results, where each row corresponds to a single genome.

MMNEPVFCICPMFPCPTTAAATR