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:
"EvalPopulation" returns
xegaEvalPopulation
. (Default)"RepEvalPopulation" returns
xegaReplEvalPopulation
. For stochastic functions. NeedslF$rep()
for the number of repetitions andlF$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]