Commit Graph
12520 Commits
Author SHA1 Message Date
Ajinkya Kale 1d5abfc1e2 Update README.md 2014-12-29 11:52:12 -08:00
Ajinkya Kale 224ac908f8 fixing formatting 2014-12-29 11:51:12 -08:00
Ajinkya Kale d1fd84eb5e adding readme 2014-12-29 11:50:34 -08:00
Marcus Edel 77af3aca09 Add build status badge. 2014-12-28 19:03:57 +01:00
Ajinkya Kale a909014731 fixing mlpack homepage link 2014-12-28 12:57:50 -05:00
Ajinkya Kale f024b629ae adding index links 2014-12-28 12:57:50 -05:00
Ajinkya dd7e7fc081 converting README to markdown format 2014-12-28 12:57:50 -05:00
ryan eb9fb58ba1 Minor tabbing fix; still testing gitdub. 2014-12-28 12:57:50 -05:00
ryan ef87d13e26 Tabs to spaces (trivial commit; testing gitdub email notifier). 2014-12-28 12:57:50 -05:00
Marcus Edel 2a71618202 Make size_t known before including cxxabi.h to fix the build on FreeBSD. 2014-12-28 12:57:50 -05:00
Ryan Curtin ce91de5643 Slight readme update to point to main website. 2014-12-19 10:12:27 -05:00
Ryan Curtin e5e7ec3537 Why did I merge that change in? It broke everything. Revert... 2014-12-11 16:51:38 +00:00
Ryan Curtin 9884d5f4f0 Merge changes to mlpack-1.0.11 tag. 2014-12-11 14:03:30 +00:00
Ryan Curtin a3859f0cb3 Update notes; more has since been added to the k-means code. 2014-12-11 13:56:39 +00:00
Ryan Curtin d07e761a0a Update with 1.0.11 release notes. 2014-12-11 13:55:39 +00:00
Ryan Curtin 7250d23298 Better handling of Armadillo configuration files, since ARMA_USE_HDF5 may appear
twice incorrectly (reported by Giampaolo).
2014-12-10 21:44:19 +00:00
Ryan Curtin 5484cf73e8 The failure probability is already small, but not small enough it seems. 2014-12-10 15:33:43 +00:00
Ryan Curtin 3e6cccf9f4 Adjust tolerances. 2014-12-10 15:15:30 +00:00
Ryan Curtin 8983d40724 Fix memory leak, although I'm not sure it's responsible for the i386 failures. 2014-12-10 04:10:56 +00:00
Ryan Curtin c0da3d0e67 Use maxIterations for Newton method loop instead of nested Armijo line search. 2014-12-06 02:07:26 +00:00
Marcus Edel 0546303d66 Fix ambiguous math reference error, to pass the test clang. 2014-12-04 21:39:43 +00:00
Marcus Edel c8316e9ae0 Add maxIterations parameter to limit the number of iterations used in the Newton method. 2014-12-04 21:38:04 +00:00
Ryan Curtin 3ccd1bd6ce Minor style fixes. 2014-12-03 02:47:43 +00:00
Ryan Curtin 6d46f1d0fb Widen tolerance for norm difference, and tweak parameters a little bit. 2014-12-03 02:44:41 +00:00
Ryan Curtin 808b52d4ed Remove random seed to make test reproducible. 2014-12-03 02:33:18 +00:00
Ryan Curtin 4c25854b0f Tweak SGD parameters a little bit. 2014-12-03 02:33:04 +00:00
Ryan Curtin 67b64d8a89 Loosen tolerance a bit, since it seems to fail once in a while. It's definitely
not broken though.
2014-12-03 02:17:33 +00:00
Ryan Curtin 0fa1b465bf Fix convergence criterion according to Nishant's suggestion. 2014-12-03 01:59:28 +00:00
Ryan Curtin f17f8b0cf2 Handle negative gradient values correctly. 2014-12-02 18:25:46 +00:00
Ryan Curtin d8cbcdeaf1 Slightly widen tolerance. 2014-11-26 16:48:15 +00:00
Ryan Curtin 92508aa9ac Accidentally checked in unstable code. 2014-11-26 16:47:57 +00:00
Ryan Curtin ce04a249a7 Minor tolerance widening. 2014-11-26 16:16:12 +00:00
Ryan Curtin 6483b18605 Better handling of small gradient values. 2014-11-26 16:15:05 +00:00
Ryan Curtin db174b1809 Slightly loosen tolerance. 2014-11-26 16:13:51 +00:00
Ryan Curtin 5504bb0d78 Tighten convergence tolerance for RastrigrinFunctionTest, since it doesn't seem
to be coming close enough to the desired minimum.
2014-11-25 16:57:36 +00:00
Ryan Curtin 4d014e856a Reduce noise slightly and increase dataset size, which will slow down the test
but make the results more accurate.
2014-11-25 16:57:08 +00:00
Ryan Curtin 3e131eb8d6 Comment out NoCholeskySingularityTest in accordance with #373. 2014-11-25 16:56:08 +00:00
Ryan Curtin 4471cac8df Check frobenius norm overall instead of just for one element. 2014-11-25 16:22:37 +00:00
Ryan Curtin 7fdf21336f Widen tolerances slightly. Maybe this test scheme isn't the best? 2014-11-24 23:07:08 +00:00
Ryan Curtin 5a1e5e74c2 Widen tolerance slightly. 2014-11-24 23:05:57 +00:00
Ryan Curtin 9bde6b4785 Widen tolerance slightly. 2014-11-24 23:05:46 +00:00
Ryan Curtin 2b381f4d35 Fix memory leak. 2014-11-24 23:05:16 +00:00
Ryan Curtin dde478a53c Significantly shrink size of test dataset because this test was taking 10
minutes.
2014-11-24 22:51:02 +00:00
Ryan Curtin 529a28152f Handle setting seed properly for Armadillo RNGs past 3.930. 2014-11-19 18:52:57 +00:00
Ryan Curtin 00808b7fb5 Disable C4519 in prereqs.hpp not core.hpp. 2014-11-19 18:38:40 +00:00
Ryan Curtin 77ebf5159b Include prereqs.hpp for compiler definitions and adjustments. 2014-11-19 18:38:26 +00:00
Ryan Curtin ce6d5809e8 Disable C4519 errors entirely. 2014-11-19 18:32:46 +00:00
Ryan Curtin f039262e46 Refactor test with negative elements to decompose the random matrix into its
proper low-rank decomposition, then test the reconstructed matrix.
2014-11-19 17:18:01 +00:00
Ryan Curtin 68ee9bae27 Remove debugging output. 2014-11-19 17:11:11 +00:00
Ryan Curtin eb6333fa60 Somehow this never got added to the CMakeLists.txt. 2014-11-19 17:09:42 +00:00