Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 412 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 412 Bytes

PythonGA

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.

Requirements

  • Python 3.5 or higher
  • Jupyter Notebook/Lab installed to edit and run the demo Notebook

Main program

Run python main.py in the console

Tests

Run python -m unittest discover in the console