![]() |
deal.II version GIT relicensing-2848-g5241f990fb 2025-03-16 19:30:00+00:00
|
#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 71 of file solver_bfgs.h.
|
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.