![]() |
ECF 1.7
|
#include <Node.h>
Public Member Functions | |
| Node (FunctionP primitive) | |
| void | setPrimitive (FunctionP primitive) |
| Node (FunctionP primitive) | |
| void | setPrimitive (FunctionP primitive) |
Public Attributes | |
| FunctionP | primitive_ |
| std::vector< uint > | arguments_ |
A node is an element of a CGP genotype.
Each node points to a Function primitive and has a vector of indexes of argument nodes.
|
inline |
|
inline |