Files
EasyGA/src
2021-01-26 21:08:13 -06:00
..
2021-01-23 20:16:31 -05:00
2021-01-20 04:01:37 -05:00
2021-01-01 16:09:27 -05:00
2021-01-01 16:09:27 -05:00
2021-01-01 16:09:27 -05:00
2021-01-01 16:09:27 -05:00
2020-10-12 22:44:50 -04:00
2021-01-01 16:09:27 -05:00
2020-11-05 17:46:41 -05:00

----- 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