9 #ifndef __IPMUORACLE_HPP__
10 #define __IPMUORACLE_HPP__
36 const std::string& prefix) = 0;
This is the base class for all algorithm strategy objects.
Abstract Base Class for classes that are able to compute a suggested value of the barrier parameter t...
virtual bool InitializeImpl(const OptionsList &options, const std::string &prefix)=0
Initialize method - overloaded from AlgorithmStrategyObject.
virtual ~MuOracle()
Default destructor.
MuOracle()
Default Constructor.
MuOracle(const MuOracle &)
Copy Constructor.
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.
void operator=(const MuOracle &)
Overloaded Equals Operator.
This class stores a list of user set options.
double Number
Type of all numbers.