N-Wouda / ALNS

Adaptive large neighbourhood search (and more!) in Python.
https://alns.readthedocs.io/en/latest/
MIT License
450 stars 124 forks source link

Add example notebooks #4

Closed N-Wouda closed 5 years ago

N-Wouda commented 5 years ago

This might include a simple test case for the TSP, in a carefully curated example to showcase the use of this library.

N-Wouda commented 5 years ago

A TSP example is now available at travelling_salesman_problem.ipynb, but will need a bit more documentation, and ALNS/iteration statistics.

N-Wouda commented 5 years ago

A CSP example is now available at cutting_stock_problem.ipynb.