input_output_functions.save_input_parameters#

input_output_functions.save_input_parameters(ALGORITHM_PARAMETERS: dict[str, Any]) None#

Saves the algorithm parameters in a text file.

The text file is saved in directory OUTPUT_DIRECTORY with name RUN_PARAMETERS_FILE_NAME.

Parameters:

SIMULATION_PARAMETERS (dict[str, Any]) – The simulation parameters. The parameters OUTPUT_DIRECTORY and RUN_PARAMETERS_FILE_NAME are at least necessary. See main.py for parameter explanations.