From 8bc3b33dee0e95e7aed01ac2b46551ff544b8785 Mon Sep 17 00:00:00 2001 From: James Melville Date: Fri, 14 Sep 2018 19:43:54 -0700 Subject: [PATCH] Remove excess open parenthesis. --- NEWS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 1cc7a75..b687170 100644 --- a/NEWS.md +++ b/NEWS.md @@ -34,7 +34,7 @@ gradient update suggested by Gilbert and Nocedal. * DBD method didn't use momentum when asked to. * Fix incorrectly specified conjugate gradient descent methods: Hestenes-Steifel (`cg_udpate = "hs"`), Conjugate Descent (`cg_udpate = "cd"`), -Dai-Yuan ((`cg_udpate = "dy"`) and Liu-Storey (`cg_udpate = "ls"`). +Dai-Yuan (`cg_udpate = "dy"`) and Liu-Storey (`cg_udpate = "ls"`). # mize 0.1.1