Go to the documentation of this file.
7 #ifndef __IPSEARCHDIRCALCULATOR_HPP__
8 #define __IPSEARCHDIRCALCULATOR_HPP__
34 const std::string& prefix
void operator=(const SearchDirectionCalculator &)
Default Assignment Operator.
This file contains a base class for all exceptions and a set of macros to help with exceptions.
virtual bool ComputeSearchDirection()=0
Pure virtual method for computing the search direction.
Base class for computing the search direction for the line search.
virtual ~SearchDirectionCalculator()
Destructor.
SearchDirectionCalculator(const SearchDirectionCalculator &)
Default Constructor.
SearchDirectionCalculator()
Constructor.
This is the base class for all algorithm strategy objects.
This class stores a list of user set options.
virtual bool InitializeImpl(const OptionsList &options, const std::string &prefix)=0
Implementation of the initialization method that has to be overloaded by for each derived class.