This repo contains a genetic solution for the knapsack problem.
You cn download this repo with this command:
git clone https://github.com/lucadivit/GDG_DevFest20_Knapsack_Problem
You need python3 interpreter and you need to install these libraries:
pip install -r requirements.txt
In order to run this code you have to type in the project folder:
python3 kanpsackproblem.py