Symbolic regression evaluation operator. 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 evaluation operator.
Definition at line 27 of file SymbRegEvalOp.h.
1.7.1