Base class for different restoration phases. More...
#include <IpRestoPhase.hpp>


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. | |
Private Member Functions | |
Default Compiler Generated Methods (Hidden to avoid | |
| RestorationPhase (const RestorationPhase &) | |
| Copy Constructor. | |
| void | operator= (const RestorationPhase &) |
| Overloaded Equals Operator. | |
Base class for different restoration phases.
The restoration phase is part of the FilterLineSearch.
Definition at line 33 of file IpRestoPhase.hpp.
| Ipopt::RestorationPhase::RestorationPhase | ( | ) | [inline] |
Default Constructor.
Definition at line 39 of file IpRestoPhase.hpp.
| virtual Ipopt::RestorationPhase::~RestorationPhase | ( | ) | [inline, virtual] |
Default Destructor.
Definition at line 42 of file IpRestoPhase.hpp.
| Ipopt::RestorationPhase::RestorationPhase | ( | const RestorationPhase & | ) | [private] |
Copy Constructor.
| virtual bool Ipopt::RestorationPhase::InitializeImpl | ( | const OptionsList & | options, | |
| const std::string & | prefix | |||
| ) | [pure virtual] |
overloaded from AlgorithmStrategyObject
Implements Ipopt::AlgorithmStrategyObject.
Implemented in Ipopt::MinC_1NrmRestorationPhase, and Ipopt::RestoRestorationPhase.
| virtual bool Ipopt::RestorationPhase::PerformRestoration | ( | ) | [pure virtual] |
Method called to perform restoration for the filter line search method.
Implemented in Ipopt::MinC_1NrmRestorationPhase, and Ipopt::RestoRestorationPhase.
| void Ipopt::RestorationPhase::operator= | ( | const RestorationPhase & | ) | [private] |
Overloaded Equals Operator.
Reimplemented from Ipopt::AlgorithmStrategyObject.
Reimplemented in Ipopt::MinC_1NrmRestorationPhase, and Ipopt::RestoRestorationPhase.
1.6.1