![]() |
deal.II version 9.7.0
|
#include <deal.II/optimization/solver_bfgs.h>
Standardized data struct to pipe additional data to the solver.
Definition at line 71 of file 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 |
|
explicit |
Constructor.
| unsigned int SolverBFGS< VectorType >::AdditionalData::max_history_size |
Maximum history size.
Definition at line 82 of file solver_bfgs.h.
| bool SolverBFGS< VectorType >::AdditionalData::debug_output |
Print extra debug output to deallog.
Definition at line 87 of file solver_bfgs.h.