From 1b9cfeafdea1ea0ec0c80bda10ec0eb93722004b Mon Sep 17 00:00:00 2001 From: Vivek Pal Date: Tue, 4 Apr 2017 18:26:33 +0530 Subject: [PATCH] Update the comment about the RMSpropUpdate constructor --- src/mlpack/core/optimizers/rmsprop/rmsprop_update.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mlpack/core/optimizers/rmsprop/rmsprop_update.hpp b/src/mlpack/core/optimizers/rmsprop/rmsprop_update.hpp index d145124678..750489b282 100644 --- a/src/mlpack/core/optimizers/rmsprop/rmsprop_update.hpp +++ b/src/mlpack/core/optimizers/rmsprop/rmsprop_update.hpp @@ -45,7 +45,7 @@ class RMSpropUpdate { public: /** - * Construct the RMSprop update policy with the given epsilon parameter. + * Construct the RMSprop update policy with the given parameters. * * @param epsilon The epsilon value used to initialise the squared gradient * parameter.