jqp4 / Genetic-algorithm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Genetic algorithm

Technology stack

  • Python3
  • Library Graphics

Preparation for work - installation library graphics

  • Clone project :
git clone https://github.com/Glebochko/Genetic-algorithm.git
  • For convenience, it is better to make a virtual environment :
python3 -m venv graphics_genalg_venv
. graphics_genalg_venv/bin/activate
  • Now download the graphics library :
pip3 install http://bit.ly/csc161graphics
  • Go to development branch for development :
cd Genetic-algorithm
git checkout development

Bugs

  • With unsuccessful DNA generation, the program sometimes freezes (like i fixed)

About


Languages

Language:Python 100.0%