Skip to content

University project for Computer Optimization Methods course

Notifications You must be signed in to change notification settings

kpiasecka/simulated_annealing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simulated annealing for flow shop problem

To setup this project

  1. Run
python -m venv venv
  1. Activate virtual env
. venv/bin/activate
  1. Install dependencies
pip install -r requirements.txt
  1. Execute script
python main.py

Example output

demo