Skip to content

Repository files navigation

Genetic algorithm to calculate the maximum of a multivariate function

Getting Started

Windows:

git clone https://github.com/gk2803/project01_ga.git
pip instal virtualenv
virtualenv venv
venv\Scrips\activate
pip install -r requirements.txt
python main.py

Linux/Mac:

git clone https://github.com/gk2803/project01_ga.git
pip install virtualenv
virtualenv venv 
source venv/bin/activate
pip install -r requirements.txt
python main.py

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages