h_optimizer_fun {mmrm} | R Documentation |
Obtain Optimizer Function with Character
Description
Obtain the optimizer function through the character provided.
Usage
h_optimizer_fun(optimizer = c("L-BFGS-B", "BFGS", "CG", "nlminb"))
Arguments
optimizer |
( |
Value
A (list
)
of optimizer functions generated from h_partial_fun_args()
.
[Package mmrm version 0.3.15 Index]