Class AdaptationSituationalAwareness

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

public class AdaptationSituationalAwareness extends Object implements BehavioralAdaptation
Behavioral adaptation which sets parameters for situational awareness and reaction time.
      / SA_MAX,                                                                         taskSaturation < TS_CRIT
 SA = | SA_MAX - (SA_MAX - SA_MIN) * (taskSaturation - TS_CRIT) / (TS_MAX - TS_CRIT),   TS_CRIT <= taskSaturation < TS_MAX
      \ SA_MIN,                                                                         taskSaturation >= TS_MAX

 TR = (S_MAX - SA) * TR_MAX
 

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