Skip to content

Implementations performed in the study of heuristics and meta heuristics

License

Notifications You must be signed in to change notification settings

jvsouzx/Heuristics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

heuristics

A Python module that implements some common heuristics for combinatorial optimization problems, in specific the traveling salesman problem (TSP).

To run this project, venv is necessarie.

Follow the below steps to run venv.

python3 -m venv ./venv
source venv/bin/activate
.\venv\Scripts\activate

To deactivate venv:

deactivate

Install the dependencies to run the project

pip install -r requirements.txt

args: instance, seed, timelimit (in seconds)

About

Implementations performed in the study of heuristics and meta heuristics

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages