Reference documentation for deal.II version 9.6.0
|
#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 |
Standardized data struct to pipe additional data to the solver.
Definition at line 69 of file solver_bfgs.h.
|
explicit |
Constructor.
unsigned int SolverBFGS< VectorType >::AdditionalData::max_history_size |
Maximum history size.
Definition at line 80 of file solver_bfgs.h.
bool SolverBFGS< VectorType >::AdditionalData::debug_output |
Print extra debug output to deallog.
Definition at line 85 of file solver_bfgs.h.