xegaEvalPopulationFactory() implements the selection
of the evaluation function for the population of a
genetic algorithm.
Current support:
"EvalPopulation" returns
xegaEvalPopulation. (Default)
"RepEvalPopulation" returns
xegaReplEvalPopulation.
For stochastic functions.
Needs lF$rep() for the number of repetitions
and lF$apply() for the (parallel) apply function.
xegaEvalPopulationFactory(method = "EvalPopulation")A boolean function implementing the termination condition.
A string specifying the termination condition.
Other Configuration:
AcceptFactory(),
ApplyFactory(),
CoolingFactory(),
CrossRateFactory(),
MutationRateFactory(),
TerminationFactory(),
checkTerminationFactory(),
xegaAsPipelineFactory(),
xegaConfiguration()