run_algorithm.select_algorithm_run_type#

run_algorithm.select_algorithm_run_type(ALGORITHM_PARAMETERS: dict[str, Any]) None#

Calls the single instance or multiple instances code based on the ALGORITHM_RUN_TYPE variable.

Parameters:

ALGORITHM_PARAMETERS (dict[str, Any]) – The algorithm parameters. The parameter ALGORITHM_RUN_TYPE is at least necessary. See main.py for parameter explanations. Note that methods that are called within this method may require more parameters.

Raises:

Exception – If an invalid ALGORITHM_RUN_TYPE is selected (not “single” or “multiple”).