alpaqa 1.0.0a8
Nonconvex constrained optimization
Loading...
Searching...
No Matches
Classes | Namespaces
cutest-loader.hpp File Reference
#include <alpaqa/config/config.hpp>
#include <alpaqa/problem/box-constr-problem.hpp>
#include <alpaqa/util/copyable_unique_ptr.hpp>
#include <iosfwd>
#include <memory>
#include <string>
+ Include dependency graph for cutest-loader.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  CUTEstProblem
 Wrapper for CUTEst problems loaded from an external shared library. More...
 
struct  CUTEstProblem::Report
 The report generated by CUTEst. More...
 
struct  CUTEstProblem::Report.calls
 Function call counters. More...
 

Namespaces

namespace  alpaqa
 

Class Documentation

◆ alpaqa::CUTEstProblem::Report.calls

struct alpaqa::CUTEstProblem::Report.calls
+ Collaboration diagram for 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.