The NLOSolverType enumeration is used to determine the software used for solving of non-linear optimization problem.
It is used by the following property:
Value | Brief description |
0 | Prognoz. Foresight Analytics Platform is in use. |
1 | Lindo. LINDO module is used. |
2 | Ralabama. R package named ALABAMA is in use. |
3 | Rsolnp. R package named Rsolnp is in use. |
LINDO module is a software designed for solving mixed integer programs, linear programs, non-linear programs, stochastic programs, global optimization problems.
Install the LINDO module to use it. For details on the LINDO module and terms of its use see the site www.lindo.com.
R package named ALABAMA (Augmented Lagrangian Adaptive Barrier Minimization Algorithm) is used for optimization of smoothed non-linear criterion functions with constraints.
The R package named Rsolnp is used for common non-linear optimization using method of Lagrange's undetermined multipliers.
To use R packages, they must be previously installed. Details about R package can be found here: http://cran.r-project.org/web/packages/<package name>/. For example: http://cran.r-project.org/web/packages/lmtest/.
See also: