Skip to content

Collection of algorithms to solve discrete optimization problems, including knapsack, traveling salesman, facility location...

Notifications You must be signed in to change notification settings

Arthurbdt/discrete-optimization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 

Repository files navigation

Discrete optimization

Collection of algorithms to solve classic discrete optimization problems like knapsack and traveling salesman.

This repository uses contents (notably input files) from Coursera's Discrete Optimization class created by the University of Melbourne.

Each problem is solved with a different type of algorithm coded in Python. Such algorithms include branch and bound, genetic algorithm, simulated annealing etc.

About

Collection of algorithms to solve discrete optimization problems, including knapsack, traveling salesman, facility location...

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages