Package strategies
Class LmrsStrategies
java.lang.Object
strategies.LmrsStrategies
- All Implemented Interfaces:
 java.util.EventListener,nl.tudelft.simulation.event.EventListenerInterface
public class LmrsStrategies
extends java.lang.Object
implements nl.tudelft.simulation.event.EventListenerInterface
Simulations regarding LMRS lane change strategies. This entails the base LMRS with:
 
- Distributed Tmax
 - Distributed vGain
 - Distributed socio-speed sensitivity parameter (LmrsParameters.SOCIO)
 - Altered gap-acceptance: use own Tmax (GapAcceptance.EGO_HEADWAY) [not required if Tmin/max not distributed]
 - Altered desired speed: increase during overtaking (SocioDesiredSpeed)
 - Lane change incentive to get out of the way (IncentiveSocioSpeed)
 
 Copyright (c) 2013-2020 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved. 
 BSD-style license. See OpenTrafficSim License.
 
- Version:
 - $Revision$, $LastChangedDate$, by $Author$, initial version 2 mrt. 2018 
 - Author:
 - Alexander Verbraeck, Peter Knoppers, Wouter Schakel
 
- 
Constructor Summary
Constructors Constructor Description LmrsStrategies() - 
Method Summary
 
- 
Constructor Details
- 
LmrsStrategies
public LmrsStrategies() 
 - 
 - 
Method Details
- 
main
public static void main(java.lang.String[] args)Main method with command line arguments.- Parameters:
 args- String[]; String[] command line arguments
 - 
notify
public void notify(nl.tudelft.simulation.event.EventInterface event) throws java.rmi.RemoteException- Specified by:
 notifyin interfacenl.tudelft.simulation.event.EventListenerInterface- Throws:
 java.rmi.RemoteException
 
 -