Skip to content

Set of algorithms from System theory and analysis course

Notifications You must be signed in to change notification settings

SirojiddinSaidmurodov/STSA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Systems theory and systems analysis course's practical part

Genetic algorithm

preview

Animation on YouTube showing how it works

Read more

Getting started

After cloning the repository create virtual environment and install dependencies from requirements.txt:

Linux/Mac:

pip install virtualenv
virtualenv venv
source venv/bin/activate
pip install -r requirements.txt

Windows:

pip install virtualenv
virtualenv venv
venv\Scripts\activate
pip install -r requirements.txt

About

Set of algorithms from System theory and analysis course

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages