terminatedFalse | R Documentation |
A boolean function which always returns FALSE
.
terminatedFalse(solution, lF)
solution |
A named list with at least the following elements: $name, $fitness, $value, $numberOfSolutions, $genotype, $phenotype, $phenotypeValue. |
lF |
Local function configuration. |
FALSE
Other Termination Condition:
terminateAbsoluteError()
,
terminateGEQ()
,
terminateLEQ()
,
terminatePAC()
,
terminateRelativeError()
,
terminateRelativeErrorZero()
lF<-list()
terminatedFalse(1.0, lF)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.