[mlpack-git] master, mlpack-1.0.x: Include mlpack/core.hpp. (3dde93d)

gitdub at big.cc.gt.atl.ga.us gitdub at big.cc.gt.atl.ga.us
Thu Mar 5 21:52:18 EST 2015


Repository : https://github.com/mlpack/mlpack

On branches: master,mlpack-1.0.x
Link       : https://github.com/mlpack/mlpack/compare/904762495c039e345beba14c1142fd719b3bd50e...f94823c800ad6f7266995c700b1b630d5ffdcf40

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

commit 3dde93df35c0cbbd2be40dbf89a0191c7c10cd32
Author: Ryan Curtin <ryan at ratml.org>
Date:   Wed Jul 9 18:42:23 2014 +0000

    Include mlpack/core.hpp.


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

3dde93df35c0cbbd2be40dbf89a0191c7c10cd32
 src/mlpack/core/optimizers/sgd/sgd.hpp | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/mlpack/core/optimizers/sgd/sgd.hpp b/src/mlpack/core/optimizers/sgd/sgd.hpp
index 6928a04..96d969f 100644
--- a/src/mlpack/core/optimizers/sgd/sgd.hpp
+++ b/src/mlpack/core/optimizers/sgd/sgd.hpp
@@ -7,6 +7,8 @@
 #ifndef __MLPACK_CORE_OPTIMIZERS_SGD_SGD_HPP
 #define __MLPACK_CORE_OPTIMIZERS_SGD_SGD_HPP
 
+#include <mlpack/core.hpp>
+
 namespace mlpack {
 namespace optimization {
 



More information about the mlpack-git mailing list