OpenLB 1.7
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
optimizerSteepestDecent.h File Reference

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 &params, std::size_t dimCtrl)
 Creator Function for Steepest Decent.
 

Detailed Description

The description of steepest decent optimization algorithm – header file.

Definition in file optimizerSteepestDecent.h.