checkTerminationFactory {xegaPopulation} | R Documentation |
Configure consistency checks and adapt penv
for terminationConditions.
Description
For each termination condition, a check must be provided. A check fails (stops) if the consistency requirements of a termination condition are not fulfilled. However, a check may modify the problem environment to establish consistency.
Usage
checkTerminationFactory(method = "NoTermination")
Arguments
method |
A string specifying the termination condition. |
Value
A check function.
See Also
Other Configuration:
AcceptFactory()
,
ApplyFactory()
,
CoolingFactory()
,
CrossRateFactory()
,
MutationRateFactory()
,
TerminationFactory()
,
xegaConfiguration()
,
xegaEvalPopulationFactory()
[Package xegaPopulation version 1.0.0.7 Index]