7#ifndef __IPMUUPDATE_HPP__
8#define __IPMUUPDATE_HPP__
35 const std::string& prefix
This is the base class for all algorithm strategy objects.
Abstract Base Class for classes that implement methods for computing the barrier and fraction-to-the-...
virtual bool UpdateBarrierParameter()=0
Method for determining the barrier parameter for the next iteration.
MuUpdate()
Default Constructor.
virtual ~MuUpdate()
Destructor.
MuUpdate(const MuUpdate &)
Copy Constructor.
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.
void operator=(const MuUpdate &)
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.