Reference documentation for deal.II version 9.5.0
\(\newcommand{\dealvcentcolon}{\mathrel{\mathop{:}}}\) \(\newcommand{\dealcoloneq}{\dealvcentcolon\mathrel{\mkern-1.2mu}=}\) \(\newcommand{\jump}[1]{\left[\!\left[ #1 \right]\!\right]}\) \(\newcommand{\average}[1]{\left\{\!\left\{ #1 \right\}\!\right\}}\)
Loading...
Searching...
No Matches
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 70 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 81 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 86 of file solver_bfgs.h.


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