Skip to content
/ PythonGA Public

Experiments with Genetic algorithms and python

Notifications You must be signed in to change notification settings

JK19/PythonGA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Experiments with Genetic algorithms and python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published