Generate control specifications for f
function
control_f(
numer_grad = TRUE,
improve_hessian = TRUE,
eps = 1e-04,
use_same_V = FALSE
)
whether to use numerical gradient
improve numerical hessian by using central difference estimation (O(eps^2) error) default is forward difference estimation (O(eps) error)
eps for computing numerical gradient
use the same V for preconditioning in the same chain
list of control variables