run_ss3sim
, ss3sim_base
, or your own custom
function.run_ss3model(scenarios, iterations, type = c("om", "em"), admb_options = "",
hess = FALSE, ignore.stdout = TRUE, admb_pause = 0.05,
ss_mode = c("safe", "optimized"), show.output.on.console = FALSE, ...)
system
. If TRUE
then ADMB
output is not printed on screen. This will be slightly faster. Set to
FALSE
to help with debugging."safe"
or "optimized"
? Safe mode is useful for model building
and testing. Optimized will be slightly faster for running simulations.
Default is safe mode.system
.system
.vignette("ss3sim-vignette")
for details on
this process. The executables themselves can be downloaded from:
There are two versions of the executables: safe and optimized
(opt
). Safe mode is best used during model development and testing.
Optimized mode will be slightly faster and can be used for simulation if
desired. The default is safe mode. opt
executable version in your path.
These executables must be named exactly as they are at the link above. You
can choose the SS mode by setting the argument ss_mode
to
"safe"
or "optimized"
.
ss3sim_base
, run_ss3sim