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 nameRUN_PARAMETERS_FILE_NAME
.- Parameters:
SIMULATION_PARAMETERS (dict[str, Any]) – The simulation parameters. The parameters
OUTPUT_DIRECTORY
andRUN_PARAMETERS_FILE_NAME
are at least necessary. Seemain.py
for parameter explanations.