h_optimizer_fun {mmrm} | R Documentation |
Obtain the optimizer function through the character provided.
h_optimizer_fun(optimizer = c("L-BFGS-B", "BFGS", "CG", "nlminb"))
optimizer |
( |
A (list
)
of optimizer functions generated from h_partial_fun_args()
.