[mlpack-git] master: Minor change to documentation of gradient descent optimizer. (51b9a33)

gitdub at mlpack.org gitdub at mlpack.org
Fri Oct 7 15:33:39 EDT 2016


Repository : https://github.com/mlpack/mlpack
On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/5fd539549c181e602e48c18fd9c024382c42d676...51b9a33e90b8b239047aaacd7d6f59d9a53add8f

>---------------------------------------------------------------

commit 51b9a33e90b8b239047aaacd7d6f59d9a53add8f
Author: Ryan Curtin <ryan at ratml.org>
Date:   Fri Oct 7 15:33:39 2016 -0400

    Minor change to documentation of gradient descent optimizer.


>---------------------------------------------------------------

51b9a33e90b8b239047aaacd7d6f59d9a53add8f
 HISTORY.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/HISTORY.md b/HISTORY.md
index 6e3cbc0..21b4e19 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -13,7 +13,8 @@
 
   * Bump minimum required version of Armadillo to 4.200.0.
 
-  * Added Simple Gradient Descent Optimizer.
+  * Added simple Gradient Descent optimizer, found in
+    src/mlpack/core/optimizers/gradient_descent/ (#792).
 
 ### mlpack 2.0.3
 ###### 2016-07-21




More information about the mlpack-git mailing list