|
Autopysta
|
Header file for the martinez_jin_2020 class definition based on the Martinez and Jin (2020) car-following model. More...
#include "newell_constrained_timestep.h"#include "p_martinez_jin_2020.h"#include "point.h"#include "clock.h"#include "Exception.h"Go to the source code of this file.
Classes | |
| class | martinez_jin_2020 |
| Martinez and Jin (2020) car-following model with constrained timestep. More... | |
Header file for the martinez_jin_2020 class definition based on the Martinez and Jin (2020) car-following model.
This class implements the Martinez and Jin (2020) car-following model, which is a stochastic extension of Newell's model. The model introduces a time-gap parameter (tau) to represent wave travel time and derives the wave speed (w) from this parameter. It also includes a stochastic jam spacing (kj) to account for vehicle heterogeneity in traffic simulations involving autonomous and human-driven vehicles.