MaxFunVal
This project is the homework of AI course, using Genetic Algorithm to figure out the max or min value of function.
function description below:
domain:-1<=x<=2
//blow is config params
final static int geneLength=15;
final static int iteration=30;
final static int populationSize=10;
Some people's data in ./doc/persons.txt file, and the fitness result in ./doc/fitness.txt file