Skip to content

Algebraic expression in tree form with algorith for finding best tree for given file with tuple: x - arg, y - arg, result

Notifications You must be signed in to change notification settings

szelinskip/Genetic-best-algebraic-tree-algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Genetic-best-algebraic-tree-algorithm

Algebraic expression in tree form with algorithm for finding best matching tree for given file with tuple: x - arg, y - arg, result.

For example Given

x         y       f(x,y)
2.4     3.5     18.2
4.0     -2.7     9.3
.
.
.
11.3     9.3     21.45

for that given input, using genetic programming, program is going to try to match best function (tree representation) that satisfies the given data.

Releases

No releases published

Packages

No packages published

Languages