Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 1001 Bytes

File metadata and controls

42 lines (27 loc) · 1001 Bytes

SimpleGA

SimpleGA is a Python library for evaluating effects of different parameters on a simple genetic algorithm.

App Screenshot

Installation

Clone the project.

git clone https://github.com/mbilalakmal/SimpleGA.git

To install dependencies from requirements.txt run:

pip install -r requirements.txt

Usage

To run the GUI:

app.py

Authors

Contributing

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.

License

MIT

Acknowledgements