input_output_functions.print_parameters#
- input_output_functions.print_parameters(ALGORITHM_PARAMETERS: dict[str, Any], M: ndarray, C: ndarray) None #
Prints the algorithm parameters.
- Parameters:
ALGORITHM_PARAMETERS (dict[str, Any]) – The algorithm parameters.
M (np.ndarray) – The initial transition matrix that is optimised.
C (np.ndarray) – The binary adjustment matrix.