9 ms·
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
by divideby0 11y 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!
- ge0ffrey 11y agoI used this TSP solver configuration: https://github.com/droolsjbpm/optaplanner/blob/master/optaplanner-examples/src/main/resources/org/optaplanner/examples/tsp/solver/tspSolverConfig.xml https://github.com/droolsjbpm/optaplanner/blob/master/optapl... but with incremental Java calculation instead of scoreDrl, to speed things up.