Optima Micro KPI results
PTV Optima Micro provides a set of KPI results based on 5 Vissim attributes to cover the whole subnetwork and the full simulation period (see PTV Vissim Manual - Vehicle Network Performance):
- Average delay [s]
- Total delay [h]
- Average stops []
- Total stops []
- Average speed [km/h]
The five Vissim result attributes are provided as four different aggregations (minimum, maximum, average and standard deviation) of the different random seed simulation runs.
The total number of Optima Micro KPI results is:
(5 attributes) x (4 aggregations) = 20 results
You can retrieve the KPI results associated to specific micro simulations, through two dedicated APIs
- → Getting status, configuration or KPI results of a simulation group
- → Getting status, configuration or KPI results of a single simulation
The 20 results are mapped as shown in the table:
Vissim result attribute |
Aggregated results - API parameter |
---|---|
Average delay[s] |
DelayAvgMin: Minimum of all random seeds. DelayAvgMax: Maximum of all random seeds. DelayAvgAvg: Average of all random seeds. DelayAvgStD: Standard deviation of all random seeds. |
Total delay[h] |
DelayTotMin: Minimum of all random seeds. DelayTotMax: Maximum of all random seeds. DelayTotAvg: Average of all random seeds. DelayTotStD: Standard deviation of all random seeds. |
Average stops[] |
StopsAvgMin: Minimum of all random seeds. StopsAvgMax: Maximum of all random seeds. StopsAvgAvg: Average of all random seeds. StopsAvgStD: Standard deviation of all random seeds. |
Total stops[] |
StopsTotMin: Minimum of all random seeds. StopsTotMax: Maximum of all random seeds. StopsTotAvg: Average of all random seeds. StopsTotStD: Standard deviation of all random seeds. |
Average speed[km/h] |
SpeedAvgMin: Minimum of all random seeds. SpeedAvgMax: Maximum of all random seeds. SpeedAvgAvg: Average of all random seeds. SpeedAvgStD: Standard deviation of all random seeds. |
Example of 20 results
{
"StopsAvgMax": 9.925441615049323,
"DelayAvgMax": 463.62265760952914,
"StopsAvgStD": 0.1637737399140958,
"SpeedAvgMin": 3.5523755970772184,
"SpeedAvgAvg": 3.5807243393970154,
"DelayAvgStD": 2.7579273980121335,
"DelayTotStD": 16897.897493538905,
"StopsTotStD": 816.7083322704624,
"DelayTotMax": 2020931.1645199375,
"StopsTotMax": 43265,
"StopsAvgMin": 9.693830570902394,
"StopsAvgAvg": 9.809636092975857,
"DelayAvgMin": 459.72235927923117,
"DelayAvgAvg": 461.6725084443801,
"StopsTotMin": 42110,
"StopsTotAvg": 42687.5,
"DelayTotAvg": 2008982.5466144588,
"DelayTotMin": 1997033.92870898,
"SpeedAvgStD": 0.04009117586484386,
"SpeedAvgMax": 3.6090730817168124
}