alpaqa 1.0.0a12
Nonconvex constrained optimization
Loading...
Searching...
No Matches
Classes | Namespaces
cutest-loader.hpp File Reference
#include <alpaqa/config/config.hpp>
#include <alpaqa/cutest-interface-export.h>
#include <alpaqa/problem/box-constr-problem.hpp>
#include <alpaqa/problem/sparsity.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...
 
struct  CUTEstProblem::SparseStorage
 

Namespaces

namespace  alpaqa
 

Class Documentation

◆ alpaqa::CUTEstProblem::Report

struct alpaqa::CUTEstProblem::Report
+ Collaboration diagram for CUTEstProblem::Report:
Class Members
Calls calls Function call counters.
double time_setup = 0 CPU time (in seconds) for CUTEST_csetup.
double time = 0 CPU time (in seconds) since the end of CUTEST_csetup.

◆ alpaqa::CUTEstProblem::Report::Calls

struct alpaqa::CUTEstProblem::Report::Calls
+ Collaboration diagram for CUTEstProblem::Report::Calls:
Class Members
unsigned objective = 0 Number of calls to the objective function.
unsigned objective_grad = 0 Number of calls to the objective gradient.
unsigned objective_hess = 0 Number of calls to the objective Hessian.
unsigned hessian_times_vector = 0 Number of Hessian times vector products.
unsigned constraints = 0 Number of calls to the constraint functions.
unsigned constraints_grad = 0 Number of calls to the constraint gradients.
unsigned constraints_hess = 0 Number of calls to the constraint Hessians.

◆ alpaqa::CUTEstProblem::SparseStorage

struct alpaqa::CUTEstProblem::SparseStorage
+ Collaboration diagram for CUTEstProblem::SparseStorage:
Class Members
VectorX< int > rows
VectorX< int > cols