input_output_functions.check_input_run_multiple_instances#

input_output_functions.check_input_run_multiple_instances(ALGORITHM_PARAMETERS: dict[str, Any], instance_nr: int) None#

Checks the algorithm parameters for invalid input parameters if multiple instances are run.

Parameters:
  • ALGORITHM_PARAMETERS (dict[str, Any]) – The algorithm parameters.

  • instance_nr (int) – The instance number.

Raises:
  • KeyError – If the parameter used in a check is not present in the ALGORITHM_PARAMETERS dictionary.

  • Exception – If invalid input parameters are detected.