diff-grok - v1.0.9
    Preparing search index...

    Type Alias Update

    Represents an update of model parameters for a multi-stage simulation.

    type Update = {
        durationFormula: string;
        name: string;
        updates: string[];
    }
    Index

    Properties

    durationFormula: string

    A formula defining the duration of the step.

    name: string

    The name of the simulation step.

    updates: string[]

    An array of formulas that modify the model's parameters during this update step.