Represents incomplete experiment runs for a dataset example Groups all incomplete repetitions for a single example

interface IncompleteRun {
    datasetExample: Example;
    repetitionNumbers: number[];
}

Properties

datasetExample: Example

The dataset example that has incomplete runs

repetitionNumbers: number[]

List of repetition numbers that need to be run for this example