alpaqa 1.0.0a10
Nonconvex constrained optimization
Loading...
Searching...
No Matches
Public Attributes | Static Public Attributes | List of all members
BenchmarkResults Struct Reference

#include </__w/alpaqa/alpaqa/src/alpaqa/src/driver/results.hpp>

Detailed Description

Definition at line 40 of file results.hpp.

+ Collaboration diagram for BenchmarkResults:

Public Attributes

LoadedProblemproblem
 
SolverResults solver_results
 
real_t objective = NaN
 
real_t smooth_objective = NaN
 
alpaqa::KKTError< config_t > error {}
 
std::span< const std::string_view > options
 
int64_t timestamp = 0
 

Static Public Attributes

static constexpr real_t NaN = alpaqa::NaN<config_t>
 

Member Data Documentation

◆ NaN

constexpr real_t NaN = alpaqa::NaN<config_t>
staticconstexpr

Definition at line 42 of file results.hpp.

◆ problem

LoadedProblem& problem

Definition at line 44 of file results.hpp.

◆ solver_results

SolverResults solver_results

Definition at line 45 of file results.hpp.

◆ objective

real_t objective = NaN

Definition at line 46 of file results.hpp.

◆ smooth_objective

real_t smooth_objective = NaN

Definition at line 46 of file results.hpp.

◆ error

alpaqa::KKTError<config_t> error {}

Definition at line 47 of file results.hpp.

◆ options

std::span<const std::string_view> options

Definition at line 48 of file results.hpp.

◆ timestamp

int64_t timestamp = 0

Definition at line 49 of file results.hpp.


The documentation for this struct was generated from the following file: