Struct NlpFuncStat

Struct Documentation

struct fkin::NlpFuncStat

Nonlinear programming functions statistics.

Public Members

double callback_fcn

Callback function.

double nlp_f

Objective function.

double nlp_g

Constraint function.

double nlp_grad

Gradients.

double nlp_grad_f

Gradient objective function.

double nlp_hess_l

Hessian of the Lagrangian.

double nlp_jac_g

Jacobian of constraint function.

double total

Total time/calls.