|
Autopysta
|
Base class for car-following model parameters. More...
#include <params.h>
Public Member Functions | |
| params () | |
| Default constructor for the params class. | |
Base class for car-following model parameters.
This class is a base class that stores common or general parameters used by various car-following models. Specific models, such as newell, will have their own parameter sets that inherit from this class.
| params::params | ( | ) |
Default constructor for the params class.
Initializes the base class for car-following model parameters.