[mlpack] 84/149: Remove debugging random seed.
Barak A. Pearlmutter
barak+git at pearlmutter.net
Sat May 2 09:11:12 UTC 2015
This is an automated email from the git hooks/post-receive script.
bap pushed a commit to branch svn-trunk
in repository mlpack.
commit 0a5839cb5b56c3f4489dd5157b46a1a29b42ff47
Author: rcurtin <rcurtin at 9d5b8971-822b-0410-80eb-d18c1038ef23>
Date: Mon Nov 10 16:47:00 2014 +0000
Remove debugging random seed.
git-svn-id: http://svn.cc.gatech.edu/fastlab/mlpack/trunk@17312 9d5b8971-822b-0410-80eb-d18c1038ef23
---
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;
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/mlpack.git
More information about the debian-science-commits
mailing list