public interface GPNodeSelector extends Prototype
| Modifier and Type | Method and Description |
|---|---|
GPNode |
pickNode(EvolutionState s,
int subpopulation,
int thread,
GPIndividual ind,
GPTree tree)
Picks a node at random from tree and returns it.
|
void |
reset()
Resets the Node Selector before a new series of pickNode()
if need be.
|
clone, defaultBase, setupGPNode pickNode(EvolutionState s, int subpopulation, int thread, GPIndividual ind, GPTree tree)
void reset()
Copyright © 2014 Evolutionary Computation Laboratory at George Mason University. All rights reserved.