Skip to content

Commit 0a8fe5a

Browse files
committed
Comment cleanup
1 parent e88b93a commit 0a8fe5a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

safe_opax/la_mbda/augmented_lagrangian.py

-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ def augmented_lagrangian(
2525
AugmentedLagrangianUpdate
2626
): # Nocedal-Wright 2006 Numerical Optimization, Eq. 17.65, p. 546
2727
# (with a slight change of notation)
28-
# Taking the mean value since E[V_c(s)]_p(s) ~= J_c
2928
g = -constraint
3029
c = multiplier
3130
cond = lagrangian + c * g

0 commit comments

Comments
 (0)