Package org.opentrafficsim.road.gtu.lane.tactical.following
package org.opentrafficsim.road.gtu.lane.tactical.following
GTU (Car) following models such as IDM+.
All GTU following models should extend GtuFollowingModel. If that appears impossible, the abstract class GtuFollowingModel may need to be adapted.
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
-
ClassDescriptionDefault implementation where desired speed and headway are pre-calculated for car-following.Code shared between various car following models.Implementation of the IDM.AbstractIdmFactory<T extends AbstractIdm>Factory for IDM types.Storage for the result of a GTU following model.Methods that a car-following model has to implement.CarFollowingModelFactory<T extends CarFollowingModel>Factory for car-following models.Desired headway model.Desired speed model.Container for two instances of an AccelerationStep.Fixed GTU following model.GTU following model interface.Implementation of the IDM.Factory for IDM.The Intelligent Driver Model by Treiber, Hennecke and Helbing.Implementation of the IDM+.Factory for IDM+.Copyright (c) 2013-2024 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.Copyright (c) 2013-2024 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.IDMPlus implements the Integrated Lane Change Model with Relaxation and Synchronization as published by Wouter J.Interface that can be implemented by desired headway models and desired speed models, such that they can be coupled to their simulation context.Extended version of FixedAccelerationModel.