Results of an agent, during a single iteration.
Id of the agent.
Value must be greater or equal to 0.0
Index of the chosen mode.
Value must be greater or equal to 0.0
Expected utility from the trip.
Mode-specific results.
Results for a traveling mode.
Results from the within-day model, for a traveling mode.
The results specific to each leg of the trip.
Results specific to a leg of the trip (see [Leg]).
Departure time of the leg.
Arrival time of the leg (before the stopping time).
Travel utility for this leg.
Schedule utility for this leg.
Results specific to the leg's class (road, virtual).
The leg is a road leg.
The results for a [LegType::Road].
The route taken by the vehicle, together with the timings of the events.
Array [e, t]
, where e
is the index of the edge taken and t
is the entry time of the vehicle on this edges
Must contain a minimum of 2
items
Must contain a maximum of 2
items
Value must be greater or equal to 0.0
Representation of time duration or timestamp, expressed in seconds.
Total time spent traveling on an edge.
Total time spent waiting at the in-bottleneck of an edge.
Total time spent waiting at the out-bottleneck of an edge.
Travel time of taking the same route, assuming no congestion.
Travel time of the fastest no-congestion route between origin and destination of the leg.
Length of the route taken.
Expected departure time, in the pre-day model.
Expected arrival time at destination (excluding the stopping time), in the pre-day model.
Expected arrival time at destination (excluding the stopping time), when leaving origin.
The leg is a virtual leg.
Departure time from the origin of the first leg (before the delay time at origin).
Arrival time at the destination of the last leg (after the stopping time).
Total time spent traveling.
(Deterministic) utility resulting from the trip.
Expected utility for the trip (from the pre-day model).
If true
, the trip is composed only of virtual legs.
Alternative for modes or activities that do not recquire additional results.