Statistics module¶
Reference to the schema.statistics.py module.
statistics
¶
Schema for statistics.
RunStatistics
¶
Bases: BaseModel
Statistics about a general run.
| PARAMETER | DESCRIPTION |
|---|---|
|
Duration of the run in seconds.
TYPE:
|
|
Number of iterations.
TYPE:
|
|
Custom statistics created by the user. Can normally expect a |
ResultStatistics
¶
Bases: BaseModel
Statistics about a specific result.
| PARAMETER | DESCRIPTION |
|---|---|
|
Duration of the run in seconds.
TYPE:
|
|
Value of the result.
TYPE:
|
|
Custom statistics created by the user. Can normally expect a |
DataPoint
¶
Series
¶
SeriesData
¶
Statistics
¶
Bases: BaseModel
Statistics of a solution.
| PARAMETER | DESCRIPTION |
|---|---|
|
Statistics about the run.
TYPE:
|
|
Statistics about the last result.
TYPE:
|
|
Series data about some metric.
TYPE:
|
|
Schema (version). This class only supports
TYPE:
|
result
class-attribute
instance-attribute
¶
result: ResultStatistics | None = None
Statistics about the last result.
series_data
class-attribute
instance-attribute
¶
series_data: SeriesData | None = None
Data of the series.