7#ifndef __IPITERATEINITIALIZER_HPP__
8#define __IPITERATEINITIALIZER_HPP__
35 const std::string& prefix
This is the base class for all algorithm strategy objects.
Base class for all methods for initializing the iterates.
IterateInitializer(const IterateInitializer &)
Copy Constructor.
virtual ~IterateInitializer()
Default 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.
virtual bool SetInitialIterates()=0
Compute the initial iterates and set the into the curr field of the ip_data object.
IterateInitializer()
Default Constructor.
void operator=(const IterateInitializer &)
Default Assignment Operator.
This class stores a list of user set options.
This file contains a base class for all exceptions and a set of macros to help with exceptions.