interface ExperimentParameters {
    nExamples: number;
    nRepetitions: number;
}

Properties

nExamples: number

The number of examples to run the experiment on

nRepetitions: number

The number of repetitions to run the experiment e.g. the number of times to run the task