Function batchRun

  • Run a series of runs of an ODE model, returning a set of solutions.

    Parameters

    • Model: OdinModelConstructable

      The model constructor

    • pars: BatchPars

      Parameters of the model, and information about the ones to vary. VaryingParameters are most easily generated with batchParsRange or batchParsDisplace, and more than one can be included in BatchPars.

    • tStart: number

      Start of the integration (often 0)

    • tEnd: number

      End of the integration (must be greater than tStart)

    • control: Partial<DopriControlParam>

      Optional control parameters to tune the integration

    • immediate: boolean = true

      Indicates if we should immediately compute all solutions in the batch (may take a while).

    Returns Batch

Generated using TypeDoc