Skip to content
Snippets Groups Projects
Commit 85e55d7b authored by ThibautDemare's avatar ThibautDemare
Browse files

LSPs have 50% luck to have one of the two available costs strategies

parent 9662dfbb
Branches
Tags
No related merge requests found
......@@ -18,7 +18,7 @@ species LogisticsServiceProvider {
float averageCosts <- 0;
float threshold <- 0.3;
float probaAnt <- 0.5;
string costsPathStrategy <- 'financial_costs';//one_of(['financial_costs','travel_time']);
string costsPathStrategy <- one_of(['financial_costs','travel_time']);//'financial_costs';//
init {
adoptedStrategy <- one_of(possibleStrategies);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment