Skip to contents

Show the Optimization Solvers for Cognitive Models

Usage

cm_solvers(msg)

Arguments

msg

Logical, if to print a header message, FALSE prints no message.

Examples

cm_solvers()
#> 
#> Available optimization solvers:
#>  [1] "alabama"           "auto"              "cbc"              
#>  [4] "cccp"              "clp"               "cplex"            
#>  [7] "deoptim"           "ecos"              "glpk"             
#> [10] "grid"              "gurobi"            "ipop"             
#> [13] "lpsolve"           "mosek"             "msbinlp"          
#> [16] "neos"              "nlminb"            "nloptr.auglag"    
#> [19] "nloptr.bobyqa"     "nloptr.cobyla"     "nloptr.crs2lm"    
#> [22] "nloptr.direct"     "nloptr.directL"    "nloptr.isres"     
#> [25] "nloptr.lbfgs"      "nloptr.lbfgs"      "nloptr.mma"       
#> [28] "nloptr.neldermead" "nloptr.newuoa"     "nloptr.sbplx"     
#> [31] "nloptr.slsqp"      "nloptr.stogo"      "nloptr.tnewton"   
#> [34] "nloptr.varmetric"  "optimx"            "qpoases"          
#> [37] "quadprog"          "scs"               "solnp"            
#> [40] "symphony"