Objective function used by tune_fleets to calibrate
cost_per_unit_effort for open-access fleets so that the simulated
depletion or exploitation rate matches a user-supplied target.
Arguments
- log_cost_mult
Numeric vector. Log-scale cost-per-unit-effort multipliers, one per open-access fleet.
- target
Data frame with columns
critterandtarget, giving the desired depletion level for each species.- fauna
List of fauna objects (from
create_critter).- fleets
List of fleet objects (from
create_fleet).- years
Integer. Number of years to simulate during optimisation (default 25).
- tune_type
Character. One of
"depletion"or"explt", indicating what metric is being matched totarget.