Trust region Newton-Raphson minimizer with 2D subspace minimization.
More...
#include <TrustRegion.h>
|
using | MatrixType = Eigen::Matrix< FloatType, Eigen::Dynamic, Eigen::Dynamic > |
|
using | VectorType = Eigen::Matrix< FloatType, Eigen::Dynamic, 1 > |
|
|
template<typename UpdateFunction , typename Checker > |
static OptimizationReturnType | minimize (Eigen::Ref< VectorType > parameters, UpdateFunction &&function, Checker &&check) |
|
template<typename FloatType = double>
struct Scine::Molassembler::Temple::TrustRegionOptimizer< FloatType >
Trust region Newton-Raphson minimizer with 2D subspace minimization.
- Template Parameters
-
FloatType | floating point type of the objective function |
The documentation for this struct was generated from the following file: