Convenience wrapper to adjust one or more fleet parameters so simulated quantities (for example catch, effort, or revenue summaries) better match user-specified targets.
Usage
tune_fleets(
fauna,
fleets,
years = 50,
tune_type = "f",
tune_costs = TRUE,
depl_tol = 0.025
)Value
A list containing the updated fleet objects and any tuning diagnostics produced by the routine.
Details
This function is intended for quick calibration workflows. It evaluates model output under the current fleet settings, updates the requested parameters using the chosen tuning rule, and returns the updated fleet objects along with diagnostics.