All Implemented Interfaces:
Serializable, TacticalPlanner<LaneBasedGtu,LanePerception>, LaneBasedTacticalPlanner

public class Toledo extends AbstractLaneBasedTacticalPlanner
Implementation of the model of Toledo (2003).

Tomer Toledo (2003) "Integrated Driving Behavior Modeling", Massachusetts Institute of Technology.

Copyright (c) 2013-2024 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See OpenTrafficSim License.

Author:
Alexander Verbraeck, Peter Knoppers, Wouter Schakel
See Also:
  • Field Details

    • LOOKAHEAD

      protected static final org.opentrafficsim.base.parameters.ParameterTypeLength LOOKAHEAD
      Look ahead parameter type.
    • MAX_LIGHT_VEHICLE_LENGTH

      static final org.djunits.value.vdouble.scalar.Length MAX_LIGHT_VEHICLE_LENGTH
      Defines light vs heavy vehicles.
    • TAILGATE_LENGTH

      static final org.djunits.value.vdouble.scalar.Length TAILGATE_LENGTH
      Distance defining tail gating.
    • LOS_DENSITY

      static final org.djunits.value.vdouble.scalar.LinearDensity LOS_DENSITY
      Density for tail gating (Level Of Service (LOS) A, B or C).
    • RANDOM

      public static final Random RANDOM
      Random number generator.
  • Constructor Details

    • Toledo

      public Toledo(CarFollowingModel carFollowingModel, LaneBasedGtu gtu)
      Constructor.
      Parameters:
      carFollowingModel - CarFollowingModel; Car-following model.
      gtu - LaneBasedGtu; GTU
  • Method Details