Gets the values of the Lagrange multipliers for the solution
if the algorithm converged. If it did not converge it returns
the values of the Lagrange multiplier for the final iteration.
Namespace:
CenterSpace.NMath.AnalysisAssembly: NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
public DoubleVector LagrangeMultiplier { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property LagrangeMultiplier As DoubleVector |
| Visual C++ |
|---|
public: property DoubleVector^ LagrangeMultiplier { DoubleVector^ get (); } |
Remarks
The ith element of the Lagrange multiplier vector corresponds to the ith constraint in the
QuadraticProgrammingProblem.Constraints list. Note that if a Lagrange multiplier is 0 for a
particular constraint it means that constraint was not active.