ECF
1.7
D:
Projekt
ECF
ECF_master
examples
GPSymbReg
main.cpp
1
#include <ECF/ECF.h>
2
#include "SymbRegEvalOp.h"
3
4
int
main(
int
argc,
char
**argv)
5
{
6
StateP state (
new
State
);
7
8
// set the evaluation operator
9
state->setEvalOp(
new
SymbRegEvalOp
);
10
11
state->initialize(argc, argv);
12
state->run();
13
14
return
0;
15
}
State
State class - backbone of the framework.
Definition
State.h:38
SymbRegEvalOp
Symbolic regression evaluation operator.
Definition
SymbRegEvalOp.h:28
Generated on
for ECF by
1.18.0