10 bool isLowerBoundInclusive;
13 bool isUpperBoundInclusive;
23 virtual bool calculateBoundsIfRootNode(
void* result,
Tree::Tree& tree) {
25 if (!iaTree.boundsCalculated) {
27 IABounds bounds = this->calculateBounds(iaTree);
28 iaTree.boundsCalculated =
true;
30 if (!bounds.isWithinBounds) {
32 double& arg = *(
double*)result;
41typedef boost::shared_ptr<IAPrimitive> IAPrimitiveP;
Tree class - implements genotype as a tree.
uint iNode_
current node index (when parsing the tree)