GA.py
******
    
runTSPGA(kwargs)
=================

Run a GA that solves the Traveling Salesman Problem with the settings generated in settings.py


runGA(kwargs)
=============

Run a simple fitness-maximizing GA that solves any applicable problem. At the time of writing this document, it was applied to the One-Max problem