calculateValue2: calculateValue2

Description Usage Arguments Value

View source: R/fitness.R

Description

Calculates the output value after propagating the values of the inputNodes through each of the functionNodes. This function is similar to calculateValue except that it is recursive.

Usage

1
calculateValue2(node, solution, functionSet)

Arguments

node

the current node

solution

the solution containing all nodes

functionSet

the functionSet used when creating the population

Value

the value calculated


porteous54/caRtesian documentation built on May 30, 2019, 11:43 a.m.