The type of genome objects in the population.
The type of configuration object of macro parameters, which the scheduler will be able to manipulate.
Constructor of the Scheduler class.
The parameters to initialize the scheduler.
Protected
Readonly
actionsThe rules applied by the scheduler.
Protected
Readonly
configThe configuration object of macro parameters, which the scheduler will be able to manipulate.
Protected
historyThe history of population summaries.
Protected
Readonly
loggerA function to log messages.
The message to log.
Readonly
logsAn array of log messages generated by the scheduler.
Protected
Readonly
maxThe maximum length of the history array.
Protected
Readonly
runnerThe genetic search runner.
Protected
clearClears all the logs stored in the scheduler.
Protected
getConstructs the input data for a scheduler rule.
This input is used by both the condition
and action
functions
of a scheduler rule.
An object containing the runner, history, config, and logger.
Protected
handleHandles the history of population summaries.
Adds the current population summary to the history. If the history exceeds the maximum allowed length, it trims the oldest entries.
Executes a single step or iteration in the scheduler.
A scheduler for a genetic search algorithm.
The scheduler is responsible for executing scheduled tasks or operations in the genetic search algorithm.