This function generates default values for the tolerance (tol
) and maximum number of iterations (maxit
) for clpm, as well as an option to print the progress.
clpm.control(tol = 1e-10, maxit, trace = FALSE)
The function performs a sanity check and returns its arguments.
tolerance value for the steps of the algorithm.
maximum number of attempts of the algorithm.
logical: should the progress be printed on screen?
Andrea Beci andreabeci08@gmail.com, Paolo Frumento paolo.frumento@unipi.it