terminatedFalse {xegaPopulation} | R Documentation |
No termination condition.
Description
A boolean function which always returns FALSE
.
Usage
terminatedFalse(solution, lF)
Arguments
solution |
A named list with at least the following elements: $name, $fitness, $value, $numberOfSolutions, $genotype, $phenotype, $phenotypeValue. |
lF |
Local function configuration. |
Value
FALSE
See Also
Other Termination Condition:
terminateAbsoluteError()
,
terminateGEQ()
,
terminateLEQ()
,
terminatePAC()
,
terminateRelativeError()
,
terminateRelativeErrorZero()
Examples
lF<-list()
terminatedFalse(1.0, lF)
[Package xegaPopulation version 1.0.0.7 Index]