alpaqa 0.0.1
Nonconvex constrained optimization
Public Types | Public Member Functions | Public Attributes | List of all members
PolymorphicInnerSolver< InnerSolver >::WrappedStats Struct Reference

#include <alpaqa/polymorphic-inner-solver.hpp>

Detailed Description

template<class InnerSolver>
struct alpaqa::PolymorphicInnerSolver< InnerSolver >::WrappedStats

Definition at line 314 of file polymorphic-inner-solver.hpp.

+ Inheritance diagram for PolymorphicInnerSolver< InnerSolver >::WrappedStats:
+ Collaboration diagram for PolymorphicInnerSolver< InnerSolver >::WrappedStats:

Public Types

using Stats = typename InnerSolver::Stats
 

Public Member Functions

 WrappedStats (const Stats &stats)
 
std::shared_ptr< PolymorphicInnerSolverStatsAccumulatorBaseaccumulator () const override
 
py::dict to_dict () const override
 

Public Attributes

Stats stats
 

Member Typedef Documentation

◆ Stats

using Stats = typename InnerSolver::Stats

Definition at line 315 of file polymorphic-inner-solver.hpp.

Constructor & Destructor Documentation

◆ WrappedStats()

WrappedStats ( const Stats stats)
inline

Definition at line 316 of file polymorphic-inner-solver.hpp.

Member Function Documentation

◆ accumulator()

std::shared_ptr< PolymorphicInnerSolverStatsAccumulatorBase > accumulator ( ) const
inlineoverridevirtual

Implements PolymorphicInnerSolverStatsBase.

Definition at line 319 of file polymorphic-inner-solver.hpp.

◆ to_dict()

py::dict to_dict ( ) const
inlineoverridevirtual

Implements PolymorphicInnerSolverStatsBase.

Definition at line 324 of file polymorphic-inner-solver.hpp.

+ Here is the call graph for this function:

Member Data Documentation

◆ stats

Stats stats

Definition at line 317 of file polymorphic-inner-solver.hpp.


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