Genetic Algorithm to create English Premier League Fantasy Football Teams.
To use : python GA.py
Needs : A file "playerdata" in the format produced by fplscrape must exist in the current directory
Output : Terminal output that shows the best possible team found by the algorithm
See also : https://github.com/markbarrington/fplscraper
Genetic Algorithm based on https://gist.github.com/arthurrebelo/6689655, which is a python port of http://www.theprojectspot.com/tutorial-post/creating-a-genetic-algorithm-for-beginners/3 by Lee Jacobson