MCPcopy Create free account
hub / github.com/cvanaret/Uno / number_model_objective_gradient_evaluations

Method number_model_objective_gradient_evaluations

interfaces/AMPL/AMPLModel.cpp:347–349  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

345 }
346
347 size_t AMPLModel::number_model_objective_gradient_evaluations() const {
348 return this->number_model_evaluations.objective_gradient;
349 }
350
351 size_t AMPLModel::number_model_jacobian_evaluations() const {
352 return this->number_model_evaluations.jacobian;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected