7 #ifndef __IPMUORACLE_HPP__ 8 #define __IPMUORACLE_HPP__ 35 const std::string& prefix
This is the base class for all algorithm strategy objects.
MuOracle()
Default Constructor.
double Number
Type of all numbers.
virtual ~MuOracle()
Destructor.
virtual bool CalculateMu(Number mu_min, Number mu_max, Number &new_mu)=0
Method for computing the value of the barrier parameter that could be used in the current iteration...
Abstract Base Class for classes that are able to compute a suggested value of the barrier parameter t...
This file contains a base class for all exceptions and a set of macros to help with exceptions...
This class stores a list of user set options.
void operator=(const MuOracle &)
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...