matsim-vsp / logistics

Modeling of logistic chains using Logistic Service Providers (LSPs)
GNU General Public License v2.0
1 stars 1 forks source link

LSP scoring with more than 1 LSP #249

Open kt86 opened 6 days ago

kt86 commented 6 days ago

Es sieht so aus, dass dann beim Scoring was schief geht. Ich habe im folgenden exakt den gleichen Input eingegeben, aber nur die beiden LSPs (myLSP1 und myLSP2) in der Reihenfolge vertauscht. Es zeigt sich, dass der zuerst eingefügte LSP einen um den Faktor 10 höheren Score hat, als wenn dieser LSP als 2. eingefügt wird....

grafik

kt86 commented 6 days ago

Unify the resources' names over the LSPs lead to the following: Now both LSPs has the higher scores.... grafik

So we definitively need to ensure that all resources have unique Ids, even if they are in different LSPs (intermediate step). As discussion point for the long run: the scoring etc should be robust enough, so no lookup just by name... (?)

I will run more simulations with different costs for the hub and for the toll that is included to see if there comes also some behavior from there...