Flocc
    Preparing search index...

    Interface ExperimentProgress

    Progress information passed to onProgress callback.

    interface ExperimentProgress {
        completed: number;
        currentParams: Record<string, any>;
        currentReplication: number;
        total: number;
    }
    Index

    Properties

    completed: number
    currentParams: Record<string, any>
    currentReplication: number

    0-based index of the current replication within its parameter combination. Add 1 when displaying to users (e.g. "Replication 1 of 5").

    total: number