Functions to run the Management Strategy Evaluation (closed-loop simulation) for a specified operating model
Simulate(OM = MSEtool::testOM, parallel = FALSE, silent = FALSE)Project(
Hist = NULL,
MPs = NA,
parallel = FALSE,
silent = FALSE,
extended = FALSE,
checkMPs = TRUE
)
runMSE(
OM = MSEtool::testOM,
MPs = NA,
Hist = FALSE,
silent = FALSE,
parallel = FALSE,
extended = FALSE,
checkMPs = TRUE
)
An operating model object (class OM
or class Hist
)
Logical. Should the MSE be run using parallel processing?
Should messages be printed out to the console?
Should model stop after historical simulations? Returns an object of class 'Hist' containing all historical data
A vector of methods (character string) of class MP
Logical. Return extended projection results?
if TRUE, MSE@Misc$extended
is a named list with extended data
(including historical and projection by area), and extended version of MSE@Hist
is returned.
Logical. Check if the specified MPs exist and can be run on SimulatedData
?
Simulate
: Run the Historical Simulations from an object of class OM
Project
: Run the Forward Projections
runMSE
: Run the Historical Simulations and Forward Projections
from an object of class `OM