Control parameters
Arguments
- epsilon
Convergence tolerance parameter, interpreted as in
stats::glm.control(). Iterations converge whenabs(deviance - deviance_old)/(abs(deviance) + 0.1) < epsilon.- epsilon_f64
Move operations to float64 on the cpu when convergence is this close (using the same expression as above). Doing this allows more precision but slows computation.
- maxit
Maximum number of IWLS iterations.
- trace
Logical: trace each iteration?