Rdocumentation
powered by
Learn R Programming
OpenMx (version 2.3.1)
mxAvailableOptimizers: mxAvailableOptimizers
Description
List the Optimizers available in this version, e.g. "SLSQP" "CSOLNP"
Usage
mxAvailableOptimizers()
Arguments
Value
- list of valid Optimizer names
Details
note for advanced users: Special-purpose optimizers like Newton-Raphson or EM are not included in this list.
See Also
-
mxOption
(model, "Default optimizer")
Examples
Run this code
mxAvailableOptimizers()
Run the code above in your browser using
DataLab