Description: Genetic Algorithm example using Java
You have 10 cards numbered 1 to 10.
You have to divide them into 2 piles so that:
The sum of the first pile is as close as possible to 36 and the product of all in second pile is as close as poss to 360.
File list (Check if you may need any files):
Cards
.....\GeneticAlgorithm.class
.....\GeneticAlgorithm.java
.....\Simple_GeneticAlgorithm.class
.....\Simple_GeneticAlgorithm.java