#include <alpaqa/util/problem.hpp>
Definition at line 219 of file include/alpaqa/util/problem.hpp.
Public Member Functions | |
ProblemWithCounters (ProblemT &&p) | |
ProblemWithCounters (const ProblemT &p) | |
ProblemWithCounters (const ProblemWithCounters &)=delete | |
ProblemWithCounters & | operator= (const ProblemWithCounters &)=delete |
ProblemWithCounters (ProblemWithCounters &&)=default | |
ProblemWithCounters & | operator= (ProblemWithCounters &&)=default |
Public Attributes | |
std::shared_ptr< EvalCounter > | evaluations = std::make_shared<EvalCounter>() |
Static Private Member Functions | |
static void | attach_counters (ProblemWithCounters &) |
|
inline |
Definition at line 221 of file include/alpaqa/util/problem.hpp.
|
inline |
Definition at line 224 of file include/alpaqa/util/problem.hpp.
|
delete |
|
default |
|
delete |
|
default |
|
staticprivate |
Definition at line 241 of file include/alpaqa/util/problem.hpp.
std::shared_ptr<EvalCounter> evaluations = std::make_shared<EvalCounter>() |
Definition at line 234 of file include/alpaqa/util/problem.hpp.