Skip to content

adwhit/opto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

opto

First three assignments of coursera discrete optimisation course (after which I got bored and moved on).

The most interesting solution is assignment 3, the Euclidean Travelling Salemen Problem (TSP), which I solved with a genetic algorithm. At some point I would like to play with it more.

The solutions are written in C and launched with python using the python CFFI library. The graphing is done with graph-tool.

Example usage:

cd tsp
make
python solver.py -g -v -s data/tsp_100_1

All test data etc must be downloaded from the coursera website.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published