realtwin.func_lib.cali_aimsun
- realtwin.func_lib.cali_aimsun(*, sel_algo: dict = None, input_config: dict = None, verbose: bool = True) bool[source]
Run SUMO calibration based on the selected algorithm and input configuration.
Note
This function is currently a placeholder and does not perform any actual calibration. It is intended to be implemented in the future.
- Parameters:
sel_algo (dict) – the dictionary of selected algorithm for turn_inflow and behavior. Defaults to None.
input_config (dict) – the dictionary contain configurations from input yaml file. Defaults to None.
verbose (bool) – print out processing message. Defaults to True.
- Returns:
True if calibration is successful, False otherwise.
- Return type:
bool