#include <IpRestoPhase.hpp>
The restoration phase is part of the FilterLineSearch.
Public Member Functions | |
virtual bool | InitializeImpl (const OptionsList &options, const std::string &prefix)=0 |
overloaded from AlgorithmStrategyObject | |
virtual bool | PerformRestoration ()=0 |
Method called to perform restoration for the filter line search method. | |
Constructors/Destructors | |
RestorationPhase () | |
Default Constructor. | |
virtual | ~RestorationPhase () |
Default Destructor. |
RestorationPhase | ( | ) | [inline] |
Default Constructor.
virtual ~RestorationPhase | ( | ) | [inline, virtual] |
Default Destructor.
virtual bool InitializeImpl | ( | const OptionsList & | options, | |
const std::string & | prefix | |||
) | [pure virtual] |
overloaded from AlgorithmStrategyObject
Implements AlgorithmStrategyObject.
Implemented in MinC_1NrmRestorationPhase, and RestoRestorationPhase.
virtual bool PerformRestoration | ( | ) | [pure virtual] |
Method called to perform restoration for the filter line search method.
Implemented in MinC_1NrmRestorationPhase, and RestoRestorationPhase.