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

The description of the LBFGS optimization algorithm – header file. More...

#include "optimizerLineSearch.h"
#include "utilities/norm.h"
+ Include dependency graph for optimizerLBFGS.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  olb::opti::OptimizerLBFGS< S, C >
 Optimization algorithm: LBFGS. 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>>
OptimizerLBFGS< S, C > * olb::opti::createOptimizerLBFGS (XMLreader const &params, std::size_t dimCtrl)
 Creator Function for LBFGS.
 

Detailed Description

The description of the LBFGS optimization algorithm – header file.

Definition in file optimizerLBFGS.h.