Go to the source code of this file.
◆ alpaqa::CUTEstProblem::Report.calls
| struct alpaqa::CUTEstProblem::Report.calls |
| Class Members |
|
unsigned |
objective |
Number of calls to the objective function. |
|
unsigned |
objective_grad |
Number of calls to the objective gradient. |
|
unsigned |
objective_hess |
Number of calls to the objective Hessian. |
|
unsigned |
hessian_times_vector |
Number of Hessian times vector products. |
|
unsigned |
constraints |
Number of calls to the constraint functions. |
|
unsigned |
constraints_grad |
Number of calls to the constraint gradients. |
|
unsigned |
constraints_hess |
Number of calls to the constraint Hessians. |