Fixed graphing functions and added optional config_id to graphing functions

This commit is contained in:
danielwilczak101
2020-11-21 15:32:01 -05:00
parent f3d4712097
commit 610b23dc3a
4 changed files with 48 additions and 28 deletions

View File

@ -2,7 +2,9 @@
# EasyGA - Genetic Algorithms made Easy
EasyGA is a python package designed to provide an easy-to-use Genetic Algorithm. The package is designed to work right out of the box, while also allowing the user to customize features as they see fit. Check out our [wiki](https://github.com/danielwilczak101/EasyGA/wiki) for more information.
EasyGA is a python package designed to provide an easy-to-use Genetic Algorithm. The package is designed to work right out of the box, while also allowing the user to customize features as they see fit.
### Check out our [wiki](https://github.com/danielwilczak101/EasyGA/wiki) for more information.
## Installation: