G+Smo
24.08.0
Geometry + Simulation Modules
|
This class describes the gradient descent method.
T | Real type |
StepSize | StepSize option, see external/gdcpp.h |
Callback | Callback option, see external/gdcpp.h |
FiniteDifferences | FiniteDifferences option, see external/gdcpp.h |
Public Member Functions | |
virtual bool | intermediateCallback () |
Callback function is executed after every iteration. Returning false causes premature termination of the optimization. | |
Protected Attributes | |
gsMatrix< T > | m_curDesign |
Current design variables (and starting point ) | |
gsOptionList | m_options |
Options. | |