![]() |
OpenLB 1.8.1
|
The description of steepest decent optimization algorithm – header file. More...
#include "optimizerLineSearch.h"
Include dependency graph for optimizerSteepestDecent.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | olb::opti::OptimizerSteepestDescent< S, C > |
| Optimization algorithm: SteepestDescent. More... | |
Namespaces | |
| namespace | olb |
| Top level namespace for all of OpenLB. | |
| namespace | olb::opti |
| All optimization code is contained in this namespace. | |
Functions | |
| template<typename S , typename C = std::vector<S>> | |
| OptimizerSteepestDescent< S, C > * | olb::opti::createOptimizerSteepestDescent (XMLreader const ¶ms, std::size_t dimCtrl) |
| Creator Function for Steepest Decent. | |
The description of steepest decent optimization algorithm – header file.
Definition in file optimizerSteepestDecent.h.