Go to the documentation of this file.
7 #ifndef __IPLOQOMUORACLE_HPP__
8 #define __IPLOQOMUORACLE_HPP__
32 const std::string& prefix
This file contains a base class for all exceptions and a set of macros to help with exceptions.
double Number
Type of all numbers.
LoqoMuOracle()
Default Constructor.
Abstract Base Class for classes that are able to compute a suggested value of the barrier parameter t...
virtual bool CalculateMu(Number mu_min, Number mu_max, Number &new_mu)
Method for computing the value of the barrier parameter that could be used in the current iteration (...
void operator=(const LoqoMuOracle &)
Default Assignment Operator.
LoqoMuOracle(const LoqoMuOracle &)
Copy Constructor.
virtual bool InitializeImpl(const OptionsList &options, const std::string &prefix)
Implementation of the initialization method that has to be overloaded by for each derived class.
Implementation of the LOQO formula for computing the barrier parameter.
This class stores a list of user set options.
virtual ~LoqoMuOracle()
Destructor.