Ancillary arguments for controlling survode fitting
Usage
survode_control(eps = 1e-04, maxit = 100)
Arguments
- eps
the convergence criteria for the optimization algorithm.
Default is 1e-4.
- maxit
the maximum number of iterations for the optimization algorithm.
Default is 100.