realtwin.func_lib.cali_vissim
- realtwin.func_lib.cali_vissim(*, sel_algo: dict = None, input_config: dict = None, verbose: bool = True) bool[source]
Run VISSIM calibration using the specified 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:
_description_
- Return type:
bool