xegaEvalPopulationFactory {xegaPopulation}R Documentation

Configures the evaluation of the population of a genetic algorithm.

Description

xegaEvalPopulationFactory() implements the selection of the evaluation function for the population of a genetic algorithm.

Current support:

  1. "EvalPopulation" returns xegaEvalPopulation. (Default)

  2. "RepEvalPopulation" returns xegaReplEvalPopulation. For stochastic functions. Needs lF$rep() for the number of repetitions and lF$apply() for the (parallel) apply function.

Usage

xegaEvalPopulationFactory(method = "EvalPopulation")

Arguments

method

A string specifying the termination condition.

Value

A boolean function implementing the termination condition.

See Also

Other Configuration: AcceptFactory(), ApplyFactory(), CoolingFactory(), CrossRateFactory(), MutationRateFactory(), TerminationFactory(), checkTerminationFactory(), xegaConfiguration()


[Package xegaPopulation version 1.0.0.7 Index]