Go to the documentation of this file.
9 #ifndef __IPRESTOFILTERCONVCHECK_HPP__
10 #define __IPRESTOFILTERCONVCHECK_HPP__
47 const std::string& prefix
Convergence check for the restoration phase.
void SetOrigLSAcceptor(const BacktrackingLSAcceptor &orig_ls_acceptor)
Set the object for the original filter line search.
This file contains a base class for all exceptions and a set of macros to help with exceptions.
double Number
Type of all numbers.
virtual ~RestoFilterConvergenceCheck()
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 &)
Default Assignment Operator.
Filter line search procedure.
static void RegisterOptions(SmartPtr< RegisteredOptions > roptions)
Base class for backtracking line search acceptors.
This class stores a list of user set options.