| Class | Description |
---|
 | L_BFGS_B |
Class used to minimizes a function of several variables by using Limited memory Broyden–Fletcher–Goldfarb–Shanno (L-BFGS) method. This class can be used for unconstrained and bounded constrained minimization.
|
 | OptBoundVariable |
Represents a varaible that can be used in optimization classes with bounded constrains.
|
 | OptSimplexBoundVariable |
Represents a varaible that can be used in a simplex optimization classe.
|
 | OptSimplexVariable |
Represents a varaible that can be used in a simplex optimization classe.
|
 | OptVariable |
Represents a varaible that can be used in optimization classes.
|
 | Simplex |
Class used to minimizes a function of several variables by using the Nelder-Mead (Simplex) method. This class can be used for unconstrained and bounded constrained minimization.
|
 | TruncatedNewton |
Minimization a multivariate function using a Truncated Newton algorithm. This class can be used for unconstrained and bounded constrained minimization.
|
 | xMinimizationBase |
Represents a base class for optimization classes.
|