Class AdaptationSpeed
java.lang.Object
org.opentrafficsim.road.gtu.lane.perception.mental.AdaptationSpeed
- All Implemented Interfaces:
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 Summary
FieldsModifier and TypeFieldDescriptionstatic final ParameterTypeDoubleParameter for desired speed scaling. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidadapt(Parameters parameters) Adapt to task saturation by changing parameter values.
-
Field Details
-
BETA_V0
Parameter for desired speed scaling.
-
-
Constructor Details
-
AdaptationSpeed
public AdaptationSpeed()Constructor.
-
-
Method Details
-
adapt
Description copied from interface:BehavioralAdaptationAdapt to task saturation by changing parameter values.- Specified by:
adaptin interfaceBehavioralAdaptation- Parameters:
parameters- parameters- Throws:
ParameterException- if a parameter is missing or out of bounds
-