Genetic Algorithm, learning weights of game state, used for weights of features.
- Use Eclipse to import project
- Add java files from CS3230 java.zip to src
- Add genetic algorithm jar to project. (JGAP 3.6.3 from https://sourceforge.net/projects/jgap/files/jgap/)
Run the HeuristicWeightsLearning class with two arguments: (1) int of population size, (2) int of number of evolutions
java HeuristicWeightsLearning 1000 50
- make tournament selection or some selection criteria
- make function-ed features
- make feature based GA