----- To run from the downloaded source code -----
run.py
----- Main functionality files -----
EasyGA.py attributes.py
----- Decorators used to simply code -----
decorators.py
----- Genetic Algorithm process -----
crossover/ mutation/ parent/ survivor/ termination/
----- Building blocks -----
structure/
----- Example code -----
examples/
----- Testing -----
test_EasyGA.py