Agent Results

Type: array

Results for each agent in the simulation.

Each item of this array must be:

Type: object

Results of an agent, during a single iteration.

Type: number

Arrival time at destination.

Type: number

Departure time from origin.

Type: integerFormat: uint

Id of the agent.

Value must be greater or equal to 0.0

Type: object

Mode-specific results.

Type: object

Results for road modes.

Type: enum (of string)

Must be one of:

  • "Road"

Type: object

Results from the within-day model, for a road mode of transportation.

Type: number

Total time spent waiting at the in-bottleneck of an edge.

Type: number

Total time spent waiting at the out-bottleneck of an edge.

Type: number

Total time spent traveling on an edge.

Type: array

The route taken by the vehicle, together with the timings of the events.

Each item of this array must be:

Type: object

Timings for the event of an edge being taken by a vehicle.

Type: integer

Id of the edge taken.

Value must be greater or equal to 0.0

Type: number

Time at which the vehicle enters the edge (i.e., it enters the in-bottleneck).

Type: object

Alternative for modes with no additional results.

Type: enum (of string)

Must be one of:

  • "None"

Type: object

Results from the pre-day model.

Type: object

Mode-specific pre-day results.

Type: object

Choices when a road mode is chosen.

Type: enum (of string)

Must be one of:

  • "Road"

Type: object

Results from the pre-day model, for a road mode of transportation.

Type: number

Departure time from origin chosen.

Type: number

Expected arrival time at destination.

Type: integer

Ids of edges representing the route chosen.

Value must be greater or equal to 0.0

Type: object

Alternative for a mode with no pre-day choice.

Type: enum (of string)

Must be one of:

  • "None"

Type: number

Expected utility from the trip.

Type: integer

Index of the chosen mode.

Value must be greater or equal to 0.0

Type: number

Utility resulting from the trip.