Autopysta
Loading...
Searching...
No Matches
params Class Reference

Base class for car-following model parameters. More...

#include <params.h>

Inheritance diagram for params:
p_gipps p_idm p_lcm_gipps p_linear p_newell params_cust p_martinez_jin_2020 p_newell_random_acceleration

Public Member Functions

 params ()
 Default constructor for the params class.
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ params()

params::params ( )

Default constructor for the params class.

Initializes the base class for car-following model parameters.


The documentation for this class was generated from the following file: