kgp.tree / Tree / execute

execute

fun execute(case: List<Double>): Double

Executes the trees program on a set of inputs.

Parameters

case - A collection of inputs to make available to the program.

Returns
The output of the program for the given inputs.