Experiments with Genetic algorithms and python.
This repository contains a simple library for genetic algorithms and a jupyter notebook with a demo solving the Knapsack problem.
- Python 3.5 or higher
- Jupyter Notebook/Lab installed to edit and run the demo Notebook
Run python main.py
in the console
Run python -m unittest discover
in the console