[mlpack-git] master: Remove debugging random seed. (783f28b)

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


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

On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/904762495c039e345beba14c1142fd719b3bd50e...f94823c800ad6f7266995c700b1b630d5ffdcf40

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

commit 783f28bcf57ef7447fd3b55d57771797d0c114a2
Author: Ryan Curtin <ryan at ratml.org>
Date:   Mon Nov 10 16:47:00 2014 +0000

    Remove debugging random seed.


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

783f28bcf57ef7447fd3b55d57771797d0c114a2
 src/mlpack/tests/sparse_coding_test.cpp | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/mlpack/tests/sparse_coding_test.cpp b/src/mlpack/tests/sparse_coding_test.cpp
index e092afe..84e02eb 100644
--- a/src/mlpack/tests/sparse_coding_test.cpp
+++ b/src/mlpack/tests/sparse_coding_test.cpp
@@ -103,7 +103,6 @@ BOOST_AUTO_TEST_CASE(SparseCodingTestCodingStepElasticNet)
 
 BOOST_AUTO_TEST_CASE(SparseCodingTestDictionaryStep)
 {
-  math::RandomSeed(std::time(NULL));
   const double tol = 1e-6;
 
   double lambda1 = 0.1;



More information about the mlpack-git mailing list