Type alias: BaseBenchmarkResult
Ƭ BaseBenchmarkResult: Object
Basic data about a benchmark run results produced by function benchmark. The following properties are always present in BenchmarkResult, regardless whether the benchmark was successful or ended by an error.
See
Type declaration
Name | Type | Description |
---|---|---|
modelName | string | Name of the model that was run. See setName. |
parameters | Parameters | Parameters used to solve the model. Those parameters are the same as passed to function benchmark, except for parameter randomSeed that can be changed when BenchmarkParameters.nbSeeds is used. |
solveDate | Date | The date when the model was solved. |