44 #ifndef GLOBIPACK_GOLDEN_BRACKET_QUAD_INTERP_DECL_HPP
45 #define GLOBIPACK_GOLDEN_BRACKET_QUAD_INTERP_DECL_HPP
62 template<
typename Scalar>
155 template<
typename Scalar>
166 namespace GoldenQuadInterpBracketUtils {
169 const std::string
eta_name =
"Armijo Slope Fraction";
180 #endif // GLOBIPACK_GOLDEN_BRACKET_QUAD_INTERP_DECL_HPP
Simple concrete class that implements a 1D algorithm to bracket the minimum of a 1D merit function...
GoldenQuadInterpBracket()
Construct with default parameters.
void setParameterList(RCP< ParameterList > const ¶mList)
bool bracketMinimum(const MeritFunc1DBase< Scalar > &phi, const Ptr< PointEval1D< Scalar > > &pointLower, const Ptr< PointEval1D< Scalar > > &pointMiddle, const Ptr< PointEval1D< Scalar > > &pointUpper, const Ptr< int > &numIters=Teuchos::null) const
Bracket the minimum of a 1D function.
Represents the evaluation point of the merit function phi(alpha) and/or is derivative Dphi(alpha)...
TEUCHOS_DEPRECATED RCP< T > rcp(T *p, Dealloc_T dealloc, bool owns_mem)
RCP< const ParameterList > getValidParameters() const
Base class for 1D merit fucntions used in globalization methods.
const RCP< GoldenQuadInterpBracket< Scalar > > goldenQuadInterpBracket()
Nonmember constructor.
const std::string eta_name