SimpleGA is a Python library for evaluating effects of different parameters on a simple genetic algorithm.
Clone the project.
git clone https://github.com/mbilalakmal/SimpleGA.git
To install dependencies from requirements.txt
run:
pip install -r requirements.txt
To run the GUI:
app.py
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
-
The Coding Train (Daniel Shiffman's YouTube channel)
-
PySimpleGUI (Python GUI library)