Why does cost optimized tour look expensive?
Posted: Thu Dec 01, 2022 9:06 am
I recently played around with the new v2.27 experimental feature "enableMonetaryCostMinimization" and faced some results I wasn't able to explain at first - once I talked to DEV it was easy to solve and it is not a bug. In fact it is a future feature
As you might have seen the new cost optimized routing offers three monetary factors that are used int the target function:
Each unscheduled order contributes with some value hidden under the roof.
I added some virtual "cost per unscheduled order" to the chart (e.g. 200) and with these additional costs you can easily recognize that the new approach returns an improved cost output. I am quite optimistic that the costs per unscheduled order will be available per API in a future version. So far we simply apply a very high value.
Bernd
As you might have seen the new cost optimized routing offers three monetary factors that are used int the target function:
- fixedCost
- distanceCOst
- travelTimeCost
Each unscheduled order contributes with some value hidden under the roof.
I added some virtual "cost per unscheduled order" to the chart (e.g. 200) and with these additional costs you can easily recognize that the new approach returns an improved cost output. I am quite optimistic that the costs per unscheduled order will be available per API in a future version. So far we simply apply a very high value.
Bernd