Implements BFGS updates for approximating second-order derivatives within NLPsolvers.
More...
|
| virtual returnValue | apply (BlockMatrix &B, const BlockMatrix &x, const BlockMatrix &y) |
| |
| | BFGSupdate () |
| |
| | BFGSupdate (UserInteraction *_userInteraction, uint _nBlocks=0) |
| |
| | BFGSupdate (const BFGSupdate &rhs) |
| |
| virtual NLPderivativeApproximation * | clone () const |
| |
| virtual returnValue | initHessian (BlockMatrix &B, uint N, const OCPiterate &iter) |
| |
| virtual returnValue | initScaling (BlockMatrix &B, const BlockMatrix &x, const BlockMatrix &y) |
| |
| BFGSupdate & | operator= (const BFGSupdate &rhs) |
| |
| BooleanType | performsBlockUpdates () const |
| |
| returnValue | setBFGSModification (const BFGSModificationType &modification_) |
| |
| virtual | ~BFGSupdate () |
| |
| | ConstantHessian () |
| |
| | ConstantHessian (UserInteraction *_userInteraction) |
| |
| | ConstantHessian (const ConstantHessian &rhs) |
| |
| ConstantHessian & | operator= (const ConstantHessian &rhs) |
| |
| virtual | ~ConstantHessian () |
| |
| double | getHessianScaling () const |
| |
| | NLPderivativeApproximation () |
| |
| | NLPderivativeApproximation (UserInteraction *_userInteraction) |
| |
| | NLPderivativeApproximation (const NLPderivativeApproximation &rhs) |
| |
| NLPderivativeApproximation & | operator= (const NLPderivativeApproximation &rhs) |
| |
| virtual | ~NLPderivativeApproximation () |
| |
| int | addLogRecord (LogRecord &_record) |
| |
| returnValue | addOption (OptionsName name, int value) |
| |
| returnValue | addOption (OptionsName name, double value) |
| |
| returnValue | addOption (uint idx, OptionsName name, int value) |
| |
| returnValue | addOption (uint idx, OptionsName name, double value) |
| |
| returnValue | addOptionsList () |
| |
| | AlgorithmicBase () |
| |
| | AlgorithmicBase (UserInteraction *_userInteraction) |
| |
| | AlgorithmicBase (const AlgorithmicBase &rhs) |
| |
| returnValue | get (OptionsName name, int &value) const |
| |
| returnValue | get (OptionsName name, double &value) const |
| |
| returnValue | get (OptionsName name, std::string &value) const |
| |
| returnValue | get (uint idx, OptionsName name, int &value) const |
| |
| returnValue | get (uint idx, OptionsName name, double &value) const |
| |
| returnValue | getAll (LogName _name, MatrixVariablesGrid &values) const |
| |
| returnValue | getFirst (LogName _name, DMatrix &firstValue) const |
| |
| returnValue | getFirst (LogName _name, VariablesGrid &firstValue) const |
| |
| returnValue | getLast (LogName _name, DMatrix &lastValue) const |
| |
| returnValue | getLast (LogName _name, VariablesGrid &lastValue) const |
| |
| Options | getOptions (uint idx) const |
| |
| BooleanType | haveOptionsChanged () const |
| |
| BooleanType | haveOptionsChanged (uint idx) const |
| |
| AlgorithmicBase & | operator= (const AlgorithmicBase &rhs) |
| |
| returnValue | plot (PlotFrequency _frequency=PLOT_IN_ANY_CASE) |
| |
| returnValue | printLogRecord (std::ostream &_stream, int idx, LogPrintMode _mode=PRINT_ITEM_BY_ITEM) const |
| |
| returnValue | replot (PlotFrequency _frequency=PLOT_IN_ANY_CASE) |
| |
| returnValue | set (OptionsName name, int value) |
| |
| returnValue | set (OptionsName name, double value) |
| |
| returnValue | set (OptionsName name, const std::string &value) |
| |
| returnValue | set (uint idx, OptionsName name, int value) |
| |
| returnValue | set (uint idx, OptionsName name, double value) |
| |
| returnValue | setAll (LogName _name, const MatrixVariablesGrid &values) |
| |
| returnValue | setLast (LogName _name, int lastValue, double time=-INFTY) |
| |
| returnValue | setLast (LogName _name, double lastValue, double time=-INFTY) |
| |
| returnValue | setLast (LogName _name, const DVector &lastValue, double time=-INFTY) |
| |
| returnValue | setLast (LogName _name, const DMatrix &lastValue, double time=-INFTY) |
| |
| returnValue | setLast (LogName _name, const VariablesGrid &lastValue, double time=-INFTY) |
| |
| returnValue | setOptions (const Options &arg) |
| |
| returnValue | setOptions (uint idx, const Options &arg) |
| |
| virtual | ~AlgorithmicBase () |
| |
Implements BFGS updates for approximating second-order derivatives within NLPsolvers.
The class BFGSupdate implements BFGS updates for approximating second-order derivative information within iterative NLPsolvers.
- Author
- Boris Houska, Hans Joachim Ferreau
Definition at line 67 of file bfgs_update.hpp.