Skip to content

Commit

Permalink
Missed one in description.
Browse files Browse the repository at this point in the history
  • Loading branch information
aadler committed Jun 5, 2024
1 parent fa55b74 commit bc1ed92
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
7 changes: 4 additions & 3 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,10 @@ one. The major changes include:
wrapper functions which use them, bringing them into compliance with the main
`nloptr` call. This addresses
[Issue #148](https://github.com/astamm/nloptr/issues/148).
* Cleaned the Hock-Schittkowski problem no. 100 and Hartmann 6-dimensional
examples. This also addresses
[Issue #152](https://github.com/astamm/nloptr/issues/152).
* Cleaned the Hock-Schittkowski problem no. 100, Hartmann 6-dimensional, and
Powell exponential examples. This addresses
[Issue #152](https://github.com/astamm/nloptr/issues/152) and
[Issue #156](https://github.com/astamm/nloptr/issues/156).
* Updated roxygen version.
* Updated maintainer email.
* Deal with NA returns from detectCords (contributed by @jeroen in PR #150);
Expand Down
3 changes: 2 additions & 1 deletion R/auglag.R
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
# (thanks to Leo Belzile).
# 2023-02-08: Tweaks for efficiency and readability (Avraham Adler)
# 2024-06-04: Switched desired direction of the hin/hinjac inequalities, leaving
# the old behavior as the default for now (Avraham Adler).
# the old behavior as the default for now. Also corrected Powell example.
# (Avraham Adler)
#

#' Augmented Lagrangian Algorithm
Expand Down

0 comments on commit bc1ed92

Please sign in to comment.