Skip to content

Sashkow/GeneticAlgorithms

Repository files navigation

GeneticAlgorithms

object oriented implementation of genetic algorithms methods

Install and Run

git clone https://github.com/Sashkow/GeneticAlgorithms.git

cd GeneticAlgorithms

virtualenv -p python3 env

source env/bin/activate

pip install -r requirements.txt

python test.py

About

object oriented implementation of genetic algorithms methods

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published