Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 388 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 388 Bytes

Genetic algorithm solution for the RMSA problem

A genetic algorithm solution for the RMSA problem

To run this code, you need to have Python installed in your computer. Once you have it, open the terminal and run the following commands:

pip install --upgrade -r requirements.txt

and

jupyter notebook

That should open a browser tab with the file for you to explore.