We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e88b93a commit 0a8fe5aCopy full SHA for 0a8fe5a
safe_opax/la_mbda/augmented_lagrangian.py
@@ -25,7 +25,6 @@ def augmented_lagrangian(
25
AugmentedLagrangianUpdate
26
): # Nocedal-Wright 2006 Numerical Optimization, Eq. 17.65, p. 546
27
# (with a slight change of notation)
28
- # Taking the mean value since E[V_c(s)]_p(s) ~= J_c
29
g = -constraint
30
c = multiplier
31
cond = lagrangian + c * g
0 commit comments