Skip to content

khani92/SymbolicRegressionUsingGeneticAlgo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SymbolicRegresssionUsingGeneticAlgo

This project runs a regression to find the fittest line for a given set of finite points. It does this by creating a generation of algebraic trees at random and then uses genetic programming as a search heuristic to create newer and fitter generations. Currently it uses 1 independent variable and 4 binary operators (+,-,/,*) but is easily scalable for more elaborate inputs.

Refer to the javadoc under doc folder or information about the classes

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages