Skip to content

MSEtool 3.6.0

Choose a tag to compare

@AdrianHordyk AdrianHordyk released this 17 Oct 20:19

Major changes

  • By default, MPs are now no longer run in parallel mode when parallel=TRUE in runMSE and multiMSE. To run MPs in parallel, specify a named list with the name of the MP(s) assigned as TRUE. For example,parallel=list(AvC=TRUE).

New additions

  • added summary.MMSE generic function
  • added Lag_Data function to be used internally in custom MPs to lag all time-series data by specified number of time-steps (or optionally only some data slots). See ?Lag_Data for more information.
  • added stock and fleet names (if provided in MOM) to (multiHist)
  • added Real.Data.Map to cpars. This allows mapping of simulated data across stocks in MOMs where the real data
    is not stock-specific; e.g., cases where MOM includes male and female stocks but the real data in cpars$Data is not sex-specific
  • runMSE can use the split-apply-combine technique to run projections in parallel with argument parallel = "sac". Implementation details and notable issues are documented in the help doc ?runMSE. This is the fastest method for running simulations but may not be suitable for all operating models and it may be more difficult to troubleshoot errors.