posted on 2024-09-12, 01:13authored byDi Mei, Chun-Ho Liu
The codes and data correspond to the paper "Mei, Di, and Chun-Ho Liu. "Bi-objective optimization of traffic assignment with air quality consideration via CFD-based surrogate model." Sustainable Cities and Society 91 (2023): 104425." All the research works in my thesis are based on this coding framework.
The code conducst bi-objective optimization to minimize both travel time and CO concentration for a urban traffic network. The CO concentration is predicted via the surrogate model, Gaussian process regression, which is extablished from CFD simulations on a given dataset of decision variables. In the filefolder, *.npy indicates the files of data (e.g., sampled CO concentration), .pynb represents the optimization algorithm writen by python