RyPatZ / Evolutionary-Computation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

2 basic AI method:

Neural Network Classify && Genetic Programming for Symbolic Regression (JGap used)



To execute the code: 


------------------------------------
PART1 NN classify
------------------------------------
First of all, use terminal to get into the source directory Part1

Make sure that we are in the Part1 directory,
there is a executable jar file called A2Part1.jar is within the directory 
We enter the command below to run the jar file 

java -jar A2Part1.jar 

------------------------------------
PART2 GP
------------------------------------
First of all, use terminal to get into the source directory Part2

Make sure that we are in the Part2 directory,
there is a executable jar file called A2.jar is within the directory 
We enter the command below to run the jar file 

java -jar A2.jar

About


Languages

Language:Java 100.0%