Microscopic Traffic Simulator
TransitionFunctionParameters.cs
Go to the documentation of this file.
1 using System;
2 
3 namespace Microscopic_Traffic_Simulator___Model.GeneralParameters
4 {
8  [Serializable]
10  {
14  public double P5_LowSpeedDecProbability { get; set; }
15 
19  public int P6_DecProbabilitySpeedBound { get; set; }
20 
24  public double P7_AccelerationProbability { get; set; }
25 
29  public double P8_HighSpeedDecProbability { get; set; }
30 
34  public double P9_DecRateWhenLeadingAcc { get; set; }
35 
39  public double P10_DecRateWhenLeadingDec { get; set; }
40  }
41 }