]> git.tdb.fi Git - r2c2.git/commitdiff
Follow the same path until another is significantly better
authorMikko Rasa <tdb@tdb.fi>
Mon, 23 Feb 2015 10:17:27 +0000 (12:17 +0200)
committerMikko Rasa <tdb@tdb.fi>
Mon, 23 Feb 2015 14:37:02 +0000 (16:37 +0200)
This replaces the cost penalty for routing steps.  In the penalty approach
it was possible to get two or more steps with the same penalty, which
would then race with each other.  In the new approach, all other steps are
sorted by their unpenalized cost and only the preferred one gets special
treatment.


No differences found