-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.txt
More file actions
16 lines (10 loc) · 794 Bytes
/
README.txt
File metadata and controls
16 lines (10 loc) · 794 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Symbolic regression example - illustration for Tree genotype (see more on this example in help/tutorial.html).
Running the example (more info in help/install.html)
Windows: compile the provided VisualStudio solution in 'VS' directory (having previously compiled the ECF_lib solution)
Linux: compile with the provided 'Makefile' (having previously compiled the ECF library)
Description
The objective is to find a symbolic form of an unknown function (i.e. find a mapping between the given set of input and output values). The fitness is defined with total error for the given set of output values.
Tree genotype parameters (in the config file)
set of functions (inner tree nodes)
set of terminals (variables and constants, tree leaves)
min and max tree depth