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

(character)
vector of optimizers.

Value

A (list)
of optimizer functions generated from h_partial_fun_args().


[Package mmrm version 0.3.11 Index]