Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
DALSim
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Thibaut DEMARE
DALSim
Commits
54fcc413
Commit
54fcc413
authored
5 years ago
by
ThibautDemare
Browse files
Options
Downloads
Patches
Plain Diff
Add in comment the other cost path strategy to have it at hand
parent
fb3a7db6
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
models/Parameters.gaml
+1
-1
1 addition, 1 deletion
models/Parameters.gaml
with
1 addition
and
1 deletion
models/Parameters.gaml
+
1
−
1
View file @
54fcc413
...
@@ -17,7 +17,7 @@ global {
...
@@ -17,7 +17,7 @@ global {
// Cost path strategies
// Cost path strategies
bool isLocalCostPathStrategy <- false;
bool isLocalCostPathStrategy <- false;
list<string> possibleCostPathStrategies <- ['financial_costs','travel_time'];
list<string> possibleCostPathStrategies <- ['financial_costs','travel_time'];
string globalCostPathStrategy <- 'financial_costs';
string globalCostPathStrategy <- 'financial_costs';
//'travel_time';//
int costsMemory <- 50; // size of the arrays used to compute costs of LSP by FC (=> equal to the number of deliveries made)
int costsMemory <- 50; // size of the arrays used to compute costs of LSP by FC (=> equal to the number of deliveries made)
int neighborsDistance <- 10°km;
int neighborsDistance <- 10°km;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment