Function batchParsRange

  • batchParsRange(base: UserType, name: string, count: number, logarithmic: boolean, min: number, max: number): VaryingPar
  • Generate a set of parameters suitable to include in BatchPars to pass through to batchRun, evenly spaced between min and max.

    Parameters

    • base: UserType

      The base set of parameters

    • name: string

      Name of the parameter to change

    • count: number

      The number of integrations to run

    • logarithmic: boolean

      If true, the points are spaced on a logarithmic scale rather than arithmetic.

    • min: number

      Lower bound of the range, must be at most the same as the current value of name witin base

    • max: number

      Upper bound of the range, must be at least the same as the current value of name witin base

    Returns VaryingPar

Generated using TypeDoc