7 #ifndef __IPSEARCHDIRCALCULATOR_HPP__ 8 #define __IPSEARCHDIRCALCULATOR_HPP__ 32 virtual bool InitializeImpl(
34 const std::string& prefix
41 virtual bool ComputeSearchDirection() = 0;
virtual ~SearchDirectionCalculator()
Destructor.
This is the base class for all algorithm strategy objects.
Base class for computing the search direction for the line search.
This file contains a base class for all exceptions and a set of macros to help with exceptions...
This class stores a list of user set options.
SearchDirectionCalculator()
Constructor.