| Package | Description |
|---|---|
| ec.gp |
| Modifier and Type | Method and Description |
|---|---|
Iterator |
GPNode.iterator(GPNodeGatherer g)
Returns an iterator over all the GPNodes in the subtree rooted by this GPNode,
filtered by the provided GPNodeGatherer.
|
GPNode |
GPNode.nodeInPosition(int p,
GPNodeGatherer g)
Returns the p'th node, constrained by nodesearch,
in the subtree for which this GPNode is root.
|
(package private) int |
GPNode.nodeInPosition(int p,
GPNodeGatherer g,
int nodesearch) |
int |
GPNode.numNodes(GPNodeGatherer g)
Returns the number of nodes, constrained by g.test(...)
in the subtree for which this GPNode is root.
|
Copyright © 2014 Evolutionary Computation Laboratory at George Mason University. All rights reserved.