java.lang.Object
org.opentrafficsim.road.gtu.lane.perception.mental.AbstractTask
org.opentrafficsim.road.gtu.lane.perception.mental.channel.ChannelTaskConflict
All Implemented Interfaces:
Identifiable, ChannelTask, Task

public final class ChannelTaskConflict extends AbstractTask implements ChannelTask
Task demand for a group of conflicts pertaining to the same conflicting road. This is defined as exp(-max(T_ego, min(T_conf))/h) where T_ego is the ego time until the first conflict, T_conf is the time until the respective conflict of a conflicting vehicle and h is the car-following task parameter that scales it.

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

Author:
Wouter Schakel