Type Alias SchedulerAction<TGenome, TConfig>

SchedulerAction: (input: SchedulerActionInput<TGenome, TConfig>) => void

A single action to be executed by the Scheduler.

Type Parameters

  • TGenome extends BaseGenome

    The type of genome objects in the population.

  • TConfig

    The type of configuration object of macro parameters, which the scheduler will be able to manipulate.

Type declaration