Classes¶
Problems classes¶
Class to define problems: UCO, CICO, CECO, CIECO. |
|
Solve problem using initial feasible point. |
Functions classes¶
Class to define objective function of optimization problem. |
|
Define x for function. |
|
Evaluate function once it's arguments are defined. |
|
Class to define gradient of objective function of optimization problem. |
|
Define x for function. |
|
Evaluate function once it's arguments are defined. |
|
Class to define Hessian of objective function of optimization problem. |
|
Define x for function. |
|
Evaluate function once it's arguments are defined. |
|
Class to define objective function of logarithmic barrier optimization problem. |
|
Define x for function. |
|
Define parameter t_B for function. |
|
Evaluate function once it's arguments are defined. |
|
Class to define gradient objective function of logarithmic barrier optimization problem. |
|
Define x for function. |
|
Define parameter t_B for function. |
|
Evaluate function once it's arguments are defined. |
|
Class to define Hessian objective function of logarithmic barrier optimization problem. |
|
Define x for function. |
|
Define parameter t_B for function. |
|
Evaluate function once it's arguments are defined. |