Learn R Programming

xegaPopulation (version 1.0.0.11)

terminatedFalse: No termination condition.

Description

A boolean function which always returns FALSE.

Usage

terminatedFalse(solution, lF)

Value

FALSE

Arguments

solution

A named list with at least the following elements: $name, $fitness, $value, $numberOfSolutions, $genotype, $phenotype, $phenotypeValue.

lF

Local function configuration.

See Also

Other Termination Condition: terminateAbsoluteError(), terminateGEQ(), terminateLEQ(), terminatePAC(), terminateRelativeError(), terminateRelativeErrorZero()

Examples

Run this code
   lF<-list()
   terminatedFalse(1.0, lF)

Run the code above in your browser using DataLab