/Genetic-Programming-for-Symbolic-Regression

Using JGAP (a Java GP library) we will evolve a mathematical function to reveal the relationship between the output variable and the input variable(s) from a (training) set of instances.

Primary LanguageJava

Genetic-Programming-for-Symbolic-Regression

Run the executable .jar using: java -jar PART2.jar "regression.txt". Make sure you have added libraries in the provided folder if you are running the project.