7 #ifndef __IPLINESEARCH_HPP__ 8 #define __IPLINESEARCH_HPP__ 35 virtual void FindAcceptableTrialPoint() = 0;
44 virtual void Reset() = 0;
59 virtual void SetRigorousLineSearch(
66 virtual bool CheckSkippedLineSearch() = 0;
79 virtual bool ActivateFallbackMechanism() = 0;
This is the base class for all algorithm strategy objects.
This file contains a base class for all exceptions and a set of macros to help with exceptions...
virtual ~LineSearch()
Destructor.
LineSearch()
Default Constructor.
Base class for line search objects.