Symbolic regression example - GP Tree genotype (see more on this example in help/tutorial.html). More...
#include <SymbRegEvalOp.h>
Public Member Functions | |
| FitnessP | evaluate (IndividualP individual) |
| Evaluate a single individual. Method must create and return a Fitness object. | |
| bool | initialize (StateP) |
| Initialize the evaluator. Called before first evaluation occurs. | |
Public Attributes | |
| std::vector< double > | domain |
| std::vector< double > | codomain |
| uint | nSamples |
Symbolic regression example - GP Tree genotype (see more on this example in help/tutorial.html).
Definition at line 9 of file SymbRegEvalOp.h.
1.7.1