You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As pointed out in #303 by @blegat ,
we can also implement Dual Objective Sensitivity wrt parameters using the gradients of the dual objective and the dual variable sensitivity.
Implement:
ForwardDualObjectiveSensitivity for NonLinearProgram;
ReverseDualObjectiveSensitivity for NonLinearProgram;
ForwardDualObjectiveSensitivity for ConicProgram;
ReverseDualObjectiveSensitivity for ConicProgram;
ForwardDualObjectiveSensitivity for QuadraticProgram;
ReverseDualObjectiveSensitivity for QuadraticProgram;