Skip to contents

Print available methods in flexFitR

Usage

list_methods(bounds = FALSE, check_package = FALSE)

Arguments

bounds

If TRUE, returns methods for box (or bounds) constraints. FALSE by default.

check_package

If TRUE, ensures solvers are installed. FALSE by default.

Value

A vector with available methods

Examples

library(flexFitR)
list_methods()
#>         stats         stats         stats         stats         stats 
#>        "BFGS"          "CG" "Nelder-Mead"    "L-BFGS-B"         "nlm" 
#>         stats      lbfgsb3c        optimx        optimx        optimx 
#>      "nlminb"    "lbfgsb3c"      "Rcgmin"      "Rtnmin"      "Rvmmin" 
#>        optimx        optimx            BB        ucminf         minqa 
#>     "snewton"    "snewtonm"         "spg"      "ucminf"      "newuoa" 
#>         minqa         minqa       dfoptim       dfoptim        optimx 
#>      "bobyqa"      "uobyqa"        "nmkb"        "hjkb"         "hjn" 
#>         lbfgs       subplex        optimx        optimx    marqLevAlg 
#>       "lbfgs"     "subplex"         "ncg"         "nvm"         "mla" 
#>        nloptr        nloptr        pracma        pracma        nloptr 
#>       "slsqp"       "tnewt"        "anms"    "pracmanm"        "nlnm" 
#>        optimx 
#>      "snewtm"