template<class PointType, class RealValueFunction, class GradientFunction, class MinimizerConstraints = T_Minimizer_parameters_without_constraint<PointType, RealValueFunction, GradientFunction>>
class SBL::CSB::T_Real_value_function_minimizer< PointType, RealValueFunction, GradientFunction, MinimizerConstraints >
Minimizer of a real valued function.
Minimizer of a real valued function.
- Template Parameters
-
PointType | Point type argument of the real value function. |
RealValueFunction | Functor taking a Point type and returning a value. |
GradientFunction | Gradient of the function represented by RealValueFunction. |
MinimizerConstraints | Constraints of the minimizer (default is without constraint). |