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_DIRECTORYwith nameRUN_PARAMETERS_FILE_NAME.- Parameters:
 SIMULATION_PARAMETERS (dict[str, Any]) – The simulation parameters. The parameters
OUTPUT_DIRECTORYandRUN_PARAMETERS_FILE_NAMEare at least necessary. Seemain.pyfor parameter explanations.