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