Skip to content

Commit f8042b9

Browse files
fix error dual objective sensitivity mention
1 parent 692d0f5 commit f8042b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ It is important to note that the (reverse) parameter perturbation given an objec
188188

189189
**Dual Objective Sensitivity**
190190

191-
In addition to the primal objective sensitivity, one could also calculate the dual objective sensitivity with respect to the parameters. The dual objective sensitivity is calculated using the optimal solution of the dual problem and the sensitivities of the dual variables with respect to the parameters.
191+
In addition to the primal objective sensitivity, one could also calculate the dual objective sensitivity with respect to the parameters using the gradients of the dual objective and the sensitivities of the dual variables with respect to the parameters.
192192
This is currently not implemented for any problem class, but will be available in future releases.
193193

194194
Note that the dual objective sensitivity is equivalent to the primal objective sensitivity problems where strong duality holds.

0 commit comments

Comments
 (0)