79 double dawdleX(
double vOld,
double vMin,
double vMax,
SumoRNG* rng)
const;
Krauss car-following model, with acceleration decrease and faster start.
Krauss car-following model, changing accel and speed by slope.
int getModelID() const
Returns the model's name.
double myTmp1
extension parameter nr1
~MSCFModel_KraussX()
Destructor.
MSCFModel * duplicate(const MSVehicleType *vtype) const
Duplicates the car-following model.
double dawdleX(double vOld, double vMin, double vMax, SumoRNG *rng) const
Applies driver imperfection (dawdling / sigma)
double patchSpeedBeforeLC(const MSVehicle *veh, double vMin, double vMax) const
apply custom speed adaptations within the given speed bounds
The car-following model abstraction.
Representation of a vehicle in the micro simulation.
The car-following model and parameter.