Loading [MathJax]/extensions/TeX/newcommand.js
 Reference documentation for deal.II version 9.1.1
\newcommand{\dealcoloneq}{\mathrel{\vcenter{:}}=}
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages
Public Member Functions | Public Attributes | List of all members
SolverBFGS< VectorType >::AdditionalData Struct Reference

#include <deal.II/optimization/solver_bfgs.h>

Public Member Functions

 AdditionalData (const unsigned int max_history_size=5, const bool debug_output=false)
 

Public Attributes

unsigned int max_history_size
 
bool debug_output
 

Detailed Description

template<typename VectorType>
struct SolverBFGS< VectorType >::AdditionalData

Standardized data struct to pipe additional data to the solver.

Definition at line 68 of file solver_bfgs.h.

Constructor & Destructor Documentation

◆ AdditionalData()

template<typename VectorType >
SolverBFGS< VectorType >::AdditionalData::AdditionalData ( const unsigned int  max_history_size = 5,
const bool  debug_output = false 
)
explicit

Constructor.

Member Data Documentation

◆ max_history_size

template<typename VectorType >
unsigned int SolverBFGS< VectorType >::AdditionalData::max_history_size

Maximum history size.

Definition at line 79 of file solver_bfgs.h.

◆ debug_output

template<typename VectorType >
bool SolverBFGS< VectorType >::AdditionalData::debug_output

Print extra debug output to deallog.

Definition at line 84 of file solver_bfgs.h.


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