Flocc
    Preparing search index...

    Interface ModelFactoryParams

    Parameters passed to the model factory function.

    interface ModelFactoryParams {
        parameters: Record<string, any>;
        seed: number;
    }
    Index

    Properties

    Properties

    parameters: Record<string, any>

    The parameter values for this run

    seed: number

    The random seed for this run