terminatedFalse: No termination condition.

View source: R/terminate.R

terminatedFalseR 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)

xegaPopulation documentation built on Aug. 22, 2025, 5:14 p.m.