#include <IpIterateInitializer.hpp>
Public Member Functions | |
virtual bool | InitializeImpl (const OptionsList &options, const std::string &prefix)=0 |
overloaded from AlgorithmStrategyObject | |
virtual bool | SetInitialIterates ()=0 |
Compute the initial iterates and set the into the curr field of the ip_data object. | |
Constructors/Destructors | |
IterateInitializer () | |
Default Constructor. | |
virtual | ~IterateInitializer () |
Default destructor. |
IterateInitializer | ( | ) | [inline] |
Default Constructor.
virtual ~IterateInitializer | ( | ) | [inline, virtual] |
Default destructor.
virtual bool InitializeImpl | ( | const OptionsList & | options, | |
const std::string & | prefix | |||
) | [pure virtual] |
overloaded from AlgorithmStrategyObject
Implements AlgorithmStrategyObject.
Implemented in DefaultIterateInitializer, RestoIterateInitializer, and WarmStartIterateInitializer.
virtual bool SetInitialIterates | ( | ) | [pure virtual] |
Compute the initial iterates and set the into the curr field of the ip_data object.
Implemented in DefaultIterateInitializer, RestoIterateInitializer, and WarmStartIterateInitializer.