Genetic Algorithm for Knapsack Clone the GA for Knapsack git clone https://github.com/tuyen1601/knapsackGA.git Create Vitual Environment cd GAforKnapsack python -m venv GA_venv .\GA_venv\Scripts\activate Install requirements pip install -r requirements.txt Run code python main.py