java.lang.Object
org.opentrafficsim.road.gtu.lane.perception.mental.AdaptationSpeed
All Implemented Interfaces:
BehavioralAdaptation

public class AdaptationSpeed extends Object implements BehavioralAdaptation
Behavioral adaptation which reduces the desired speed to reduce task-demand. This implementation applies a linear reduction based on task saturation. To use multiplicative adaptation by a standard factor see AdaptationSpeedChannel.

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
  • Field Details

    • BETA_V0

      public static final ParameterTypeDouble BETA_V0
      Parameter for desired speed scaling.
  • Constructor Details

    • AdaptationSpeed

      public AdaptationSpeed()
      Constructor.
  • Method Details