Skip to main content

Type alias: BaseBenchmarkResult

BaseBenchmarkResult: {"modelName": string;"parameters": Parameters;"solveDate": Date; }

Basic data about a benchmark run results produced by function benchmark. The following properties are always present in BenchmarkResult, regardless of whether the benchmark was successful or ended by an error.

See

Type declaration

modelName

modelName: string

Name of the model that was run. See Model.setName.

parameters

parameters: Parameters

Parameters used to solve the model. Those parameters are the same as passed to function benchmark, except for parameter Parameters.randomSeed that can be changed when BenchmarkParameters.nbSeeds is used.

solveDate

solveDate: Date

The date when the model was solved.