7#ifndef __IPSEARCHDIRCALCULATOR_HPP__
8#define __IPSEARCHDIRCALCULATOR_HPP__
34 const std::string& prefix
This is the base class for all algorithm strategy objects.
This class stores a list of user set options.
Base class for computing the search direction for the line search.
virtual bool ComputeSearchDirection()=0
Pure virtual method for computing the search direction.
void operator=(const SearchDirectionCalculator &)
Default Assignment Operator.
SearchDirectionCalculator()
Constructor.
virtual ~SearchDirectionCalculator()
Destructor.
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.
SearchDirectionCalculator(const SearchDirectionCalculator &)
Default Constructor.
This file contains a base class for all exceptions and a set of macros to help with exceptions.