h_optimizer_fun: 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"))Value
A (list)
of optimizer functions generated from h_partial_fun_args().
Arguments
- optimizer
(character)
vector of optimizers.