Class BasePhenomeStrategy<TGenome, TConfig, TTaskConfig>Abstract

Base class for phenome strategies.

Type Parameters

  • TGenome extends BaseGenome

    The type of genome objects in the population.

  • TConfig extends PhenomeStrategyConfig<TTaskConfig>

    The type of configuration for the phenome strategy.

  • TTaskConfig

    The type of configuration required to execute the task of the calculating phenome.

Implements

Constructors

Properties

Methods

Constructors

Properties

config: TConfig

The configuration for the phenome strategy.

Methods

  • 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.