Min function primitive (Tree genotype). More...
#include <Min.h>
Public Member Functions | |
| void | execute (void *result, Tree &tree) |
| Execute the primitive. | |
Min function primitive (Tree genotype).
Definition at line 15 of file Min.h.
| void Tree::Primitives::MinT< T >::execute | ( | void * | result, | |
| Tree & | tree | |||
| ) | [virtual] |
Execute the primitive.
Function primitives gather arguments and return a value; terminal primitives return current value.
Implements Tree::Primitives::Primitive.
1.7.1