Go to the documentation of this file.
11 #ifndef __IPRESTOFILTERCONVCHECK_HPP__
12 #define __IPRESTOFILTERCONVCHECK_HPP__
46 const std::string& prefix);
Convergence check for the restoration phase.
RestoFilterConvergenceCheck(const RestoFilterConvergenceCheck &)
Copy Constructor.
void SetOrigLSAcceptor(const BacktrackingLSAcceptor &orig_ls_acceptor)
Set the object for the original filter line search.
double Number
Type of all numbers.
virtual ~RestoFilterConvergenceCheck()
Default destructor.
virtual bool InitializeImpl(const OptionsList &options, const std::string &prefix)
overloaded from AlgorithmStrategyObject
This is the implementation of the restoration convergence check is the original algorithm used the fi...
Template class for Smart Pointers.
RestoFilterConvergenceCheck()
Default Constructor.
ConvergenceStatus
Convergence return enum.
virtual ConvergenceStatus TestOrigProgress(Number orig_trial_barr, Number orig_trial_theta)
Method for checking progress with original filter globalization mechanism.
const FilterLSAcceptor * orig_filter_ls_acceptor_
Strategy object for the filter line search method for the original NLP.
void operator=(const RestoFilterConvergenceCheck &)
Overloaded Equals Operator.
static void RegisterOptions(SmartPtr< RegisteredOptions > roptions)
Methods used by IpoptType.
Base class for backtracking line search acceptors.
This class stores a list of user set options.