Skip to content

The reason for multiplying 2 at the ASM.py beta_free_flow and beta_cong_flow and setting hyperparatmeters. #3

@seungwooham

Description

@seungwooham

Hi, first of all, thanks for sharing the rich material for I24 data processing.

While I was checking out the code, I found that the return value was multiplied by 2 at the beta_free_flow and beta_cong_flow functions.

I guess the authors of this repo would have some specific reason for this, because in the original paper (An adaptive smoothing method for traffic state identification from incomplete information), the multiplied coefficient 2 is omitted.

image

In the code, we can find out the return value as

return np.exp(-(2np.abs(dx)/x_win + 2np.abs(dt)/t_win))
return np.exp(-(2np.abs(dx)/x_win + 2np.abs(dt)/t_win))

Could you please explain the reason for this?

In addition, it would be really great if you could add some reason for setting the hyperparameters.

Such as smooth_x_window $\sigma$, smooth_t_window $\tau$, c_free, c_cong, and V_c.

Thank you!

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions