Hacker News new | ask | show | jobs
by divideby0 4099 days ago
Ge0ffrey, any plans to release the source code on this optimization? It'd be great to have a writeup on how to actually run the tsp tests for this. It's sort of buried in the test suite at the moment.

Optaplanner is an incredibly useful, often underrated framework. Keep up the good work!

1 comments

I used this TSP solver configuration: https://github.com/droolsjbpm/optaplanner/blob/master/optapl...

but with incremental Java calculation instead of scoreDrl, to speed things up.