Generate control specifications for f
function
control_f(numer_grad = TRUE, improve_hessian = TRUE, eps = 1e-04)
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
list of control variables