Ephemereal random constant (ERC) node of type double (Tree genotype). More...
#include <Terminal.h>
Public Member Functions | |
| bool | initialize (StateP state) |
| Initialize ERC value(s). Read given values from config and store in vector. | |
| PrimitiveP | assignToNode (PrimitiveP primitive) |
| Create (or choose) new unique ERC value and assign to tree node. | |
Protected Attributes | |
| bool | useInterval_ |
Ephemereal random constant (ERC) node of type double (Tree genotype).
Possible values may be defined with the interval [x y] or with a set {a b c ...}
Definition at line 179 of file Terminal.h.
| PrimitiveP Tree::Primitives::ERCD::assignToNode | ( | PrimitiveP | primitive | ) | [inline, virtual] |
Create (or choose) new unique ERC value and assign to tree node.
| pointer | to destination |
Reimplemented from Tree::Primitives::ERC< double >.
Definition at line 205 of file Terminal.h.
1.7.1