3 Bugs in the Ultimate American Road Trip(optaplanner.org)
optaplanner.org
3 Bugs in the Ultimate American Road Trip
http://www.optaplanner.org/blog/2015/03/20/3BugsInTheUltimateAmericanRoadTrip.html
2 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.
but with incremental Java calculation instead of scoreDrl, to speed things up.
Hrm... something that bothered me in the initial posting was that it skipped Crater Lake, in Oregon, in favor of something in the Columbia Gorge.
It'd be cool to gather some data about the density of, say, instagram photos along the route or some other proxy for 'interesting' places, and modify accordingly.
It'd be cool to gather some data about the density of, say, instagram photos along the route or some other proxy for 'interesting' places, and modify accordingly.
Optaplanner is an incredibly useful, often underrated framework. Keep up the good work!