alpaqa 1.1.0a1
Nonconvex constrained optimization
Loading...
Searching...
No Matches
BenchmarkResults Struct Reference

#include </home/runner/work/alpaqa/alpaqa/src/alpaqa/src/driver/results.hpp>

Detailed Description

Definition at line 41 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

real_t NaN = alpaqa::NaN<config_t>
staticconstexpr

Definition at line 43 of file results.hpp.

◆ problem

LoadedProblem& problem

Definition at line 45 of file results.hpp.

◆ solver_results

SolverResults solver_results

Definition at line 46 of file results.hpp.

◆ objective

real_t objective = NaN

Definition at line 47 of file results.hpp.

◆ smooth_objective

real_t smooth_objective = NaN

Definition at line 47 of file results.hpp.

◆ error

alpaqa::KKTError<config_t> error {}

Definition at line 48 of file results.hpp.

◆ options

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

Definition at line 49 of file results.hpp.

◆ timestamp

int64_t timestamp = 0

Definition at line 50 of file results.hpp.


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