Skip to content

Commit

Permalink
Adjust epo path planner scenario to have a fixed catchability and cal…
Browse files Browse the repository at this point in the history
…ibrated fad release probabilities
  • Loading branch information
norellia committed Jul 22, 2024
1 parent 09c6804 commit fb971ab
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,14 +66,14 @@ public EpoPathPlannerAbundanceScenario() {
13, 30, 5, 40, 14
),
ImmutableMap.of(
"Bigeye tuna", new CalibratedParameter(0.5, 0.9, 0, 1),
"Bigeye tuna", new FixedDoubleParameter(0.30),
"Skipjack tuna", new CalibratedParameter(0, 0.5, 0, 1),
"Yellowfin tuna", new CalibratedParameter(0, 0.5, 0, 1)
),
ImmutableMap.of(
"Bigeye tuna", new FixedDoubleParameter(0.13),
"Skipjack tuna", new FixedDoubleParameter(0.385),
"Yellowfin tuna", new FixedDoubleParameter(0.147)
"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)
),
ImmutableMap.of(
"Temperature", new EnvironmentalPenaltyFactory(
Expand Down

0 comments on commit fb971ab

Please sign in to comment.