Skip to content

Commit

Permalink
raise the "frontal index" hard max to 3.
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaspayette committed Dec 11, 2023
1 parent e967812 commit 5766054
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public FrontalIndexMapFactory(
"FrontalIndex",
gridFile,
new IntegerParameter(mapPeriod),
new CalibratedParameter(0, 2, 0, 2), //target
new CalibratedParameter(0, 2, 0, 3), //target
new CalibratedParameter(1, 3, 0, 5, 2), //penalty
new CalibratedParameter(0, 2, 0, 2) //margin
);
Expand Down

0 comments on commit 5766054

Please sign in to comment.