C# Class TrafficManager_ImprovedAI.Configuration.ImprovedAIConfig

Show file Open project: fadster/TrafficManager_ImprovedAI

Public Properties

Property Type Description
congestedLaneThreshold int
congestionCostFactor float
lookaheadLanes int
minLaneSpace float

Property Details

congestedLaneThreshold public property

public int congestedLaneThreshold
return int

congestionCostFactor public property

public float congestionCostFactor
return float

lookaheadLanes public property

public int lookaheadLanes
return int

minLaneSpace public property

public float minLaneSpace
return float