Skip to content

using simList objects from SpaDES.core #21

@achubaty

Description

@achubaty

recent changes on development reference sim and mod directly in runDEoptim, but these are not passed to the function (and documented). passing the entire (large) simList is a problem because it may contain non-serializable objects that can't be passed to a cluster.

since it's only the following objects that are being used, we can pass them individually to the function instead:

  • sim$fireSense_spreadFormula
  • mod$thresh
  • P(sim)$lower

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions