Class for calculator for the least-square equality constraint multipliers. More...
#include <IpLeastSquareMults.hpp>
Private Member Functions | |
Default Compiler Generated Methods | |
(Hidden to avoid implicit creation/calling). These methods are not implemented and we do not want the compiler to implement them for us, so we declare them private and do not define them. This ensures that they will not be implicitly created/called. | |
LeastSquareMultipliers () | |
Default Constructor. | |
LeastSquareMultipliers (const LeastSquareMultipliers &) | |
Copy Constructor. | |
void | operator= (const LeastSquareMultipliers &) |
Private Attributes | |
SmartPtr< AugSystemSolver > | augsyssolver_ |
augmented system solver to be used for solving the linear system | |
Additional Inherited Members | |
Protected Member Functions inherited from Ipopt::AlgorithmStrategyObject | |
const Journalist & | Jnlst () const |
IpoptNLP & | IpNLP () const |
IpoptData & | IpData () const |
IpoptCalculatedQuantities & | IpCq () const |
bool | HaveIpData () const |
Class for calculator for the least-square equality constraint multipliers.
The Calculate method of this class computes the least-square estimate for the y_c and y_d multipliers, based on the current values of the gradient of the Lagrangian.
Definition at line 22 of file IpLeastSquareMults.hpp.
Ipopt::LeastSquareMultipliers::LeastSquareMultipliers | ( | AugSystemSolver & | augSysSolver | ) |
Constructor.
It needs to be given the strategy object for solving the augmented system.
|
inlinevirtual |
Destructor.
Definition at line 37 of file IpLeastSquareMults.hpp.
|
private |
Default Constructor.
|
private |
Copy Constructor.
|
virtual |
overloaded from AlgorithmStrategyObject
Implements Ipopt::EqMultiplierCalculator.
|
virtual |
This method computes the least-square estimates for y_c and y_d at the current point.
Implements Ipopt::EqMultiplierCalculator.
|
private |
|
private |
augmented system solver to be used for solving the linear system
Definition at line 81 of file IpLeastSquareMults.hpp.