Skip to content

Latest commit

 

History

History
16 lines (6 loc) · 549 Bytes

README.md

File metadata and controls

16 lines (6 loc) · 549 Bytes

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