Skip to content

Commit

Permalink
adjust fixed parameters in path planner abundance scenario
Browse files Browse the repository at this point in the history
  • Loading branch information
norellia committed Jun 26, 2024
1 parent 339bdf8 commit c86e277
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@ public EpoPathPlannerAbundanceScenario() {
"Yellowfin tuna", new CalibratedParameter(0, 0.5, 0, 1)
),
ImmutableMap.of(
"Bigeye tuna", new CalibratedParameter(0.5, 0.75, 0, 0.85),
"Skipjack tuna", new CalibratedParameter(0.05, 0.75, 0, 0.75),
"Yellowfin tuna", new CalibratedParameter(0.109, 0.226, 0, 0.75)
"Bigeye tuna", new FixedDoubleParameter(0.13),
"Skipjack tuna", new FixedDoubleParameter(0.385),
"Yellowfin tuna", new FixedDoubleParameter(0.147)
),
ImmutableMap.of(
"Temperature", new EnvironmentalPenaltyFactory(
Expand Down

0 comments on commit c86e277

Please sign in to comment.