2#include "SymbRegEvalOp.h"
5int main(
int argc,
char **argv)
7 StateP state (
new State);
12 state->initialize(argc, argv);
16 std::vector<IndividualP> hof = state->getHoF()->getBest();
17 IndividualP ind = hof[0];
std::string toString()
Output genotype to string.
State class - backbone of the framework.
Symbolic regression evaluation operator (using AP genotype).
Analytical Programing genotype class - implements genotype as a vector of floating point values that ...
Tree class - implements genotype as a tree.