Commit Graph
12770 Commits
Author SHA1 Message Date
Ryan Curtin 5f26cb0bf2 Merge pull request #409 from apir8181/issue-344
Issue 344 - Better boost test output
2015-02-24 11:16:14 -05:00
apir8181 581667c184 better boost test output 2015-02-24 23:47:58 +08:00
Ryan Curtin 23c21da422 Merge pull request #407 from hritik25/patch-1
Update TREE_EXPLANATION.txt
2015-02-20 23:38:19 -05:00
hritik25 d5f5b9b3cd Update TREE_EXPLANATION.txt
Small typo
2015-02-21 03:46:41 +05:30
Ryan Curtin ce93257e6a Force high-precision Armadillo saves.
This will fix the failing tests in GMMTest and HMMTest.
We now use enable_if_c<> to catch when an Armadillo dense or sparse object is
being saved/loaded, and use Armadillo's diskio functionality to write to (or
read from) a stream.  This allows high-precision saving, whereas just printing
via `stream << mat` is pretty low-precision and can't be changed with
setwidth().
2015-02-16 15:46:01 -05:00
Stephen Tu 817c8b5a61 travis.yml: don't use travis_wait 2015-02-15 12:10:58 -08:00
Stephen Tu d091d37ccf travis.yml: try travis_wait 2015-02-15 11:06:27 -08:00
Stephen Tu 986736fa72 travis.yml: log level all for tests 2015-02-15 10:50:51 -08:00
Stephen Tu 15fdcedec0 travis.yml: pwd for debug 2015-02-14 23:21:33 -08:00
Stephen Tu 63359676b4 travis.yml: make test 2015-02-14 23:07:22 -08:00
Stephen Tu 59beaf142a travis: try ARMA_64BIT_WORD 2015-02-14 22:58:39 -08:00
Stephen Tu 79150123e8 travis.yml: i hate you 2015-02-14 22:49:26 -08:00
Stephen Tu 0c13d7e472 travis.yml: don't die when diff reports diff 2015-02-14 22:46:56 -08:00
Stephen Tu 6ef2e47cd8 travis.yml: add custom config.hpp 2015-02-14 22:43:46 -08:00
Stephen Tu d346878ef9 travis.yml: we really want config.hpp 2015-02-14 22:35:51 -08:00
Stephen Tu 0c6aa64468 travis.yml: cat arma_config.hpp for debug 2015-02-14 22:33:09 -08:00
Stephen Tu 3b9cfef3e0 travis.yml: hopefully this includes all the relevant boost libs 2015-02-14 22:29:33 -08:00
Stephen Tu 76ca1cf203 travis.yml: add a newer version of boost 2015-02-14 22:27:38 -08:00
Stephen Tu 8d22eb5da0 travis.yml: add libboost-dev dep 2015-02-14 22:24:57 -08:00
Stephen Tu f34f516b8a travis.yml: maybe this will let us get the right version of arma? 2015-02-14 22:21:39 -08:00
Stephen Tu c04b6af570 travis.yml: add armadillo dep 2015-02-14 22:17:49 -08:00
Stephen Tu 81a0f575c6 WIP: test out this travis.yml 2015-02-14 22:15:08 -08:00
Stephen Tu 62618f179b iterator counter was off by 1 2015-02-13 01:08:09 -08:00
Stephen Tu 660aa77179 SDP primal-dual: use a more numerically stable starting point 2015-02-13 01:07:52 -08:00
Ryan Curtin 93a21fc4dd Suppress non-bad warnings; they confuse people.
The homebrew-science folks are confused by these.
2015-02-11 22:39:04 -05:00
Ryan Curtin 165977e800 Refactor and code cleanup.
Sparse matrix overloads are untouched -- for now.
2015-02-09 14:09:00 -05:00
Ryan Curtin 58d48bb0ba Code cleanup. 2015-02-09 13:17:40 -05:00
Ryan Curtin 73a9bd32bb Remove unneeded semicolons at end of namespace. 2015-02-09 12:00:19 -05:00
Ryan Curtin 59d721ba13 Refactoring and code cleanup. 2015-02-09 11:59:58 -05:00
Ryan Curtin c998010fbf Fix incorrect variable name. 2015-02-09 11:59:44 -05:00
Ryan Curtin d27eb0560c Refactoring. 2015-02-09 11:59:29 -05:00
Ryan Curtin 609a49c65c Fix stray forward-slash. 2015-02-09 11:41:34 -05:00
Ryan Curtin a526a31d00 Code cleanup; better documentation. 2015-02-09 11:41:17 -05:00
Ryan Curtin d398b95c59 Fix minor misspelling. 2015-02-09 11:14:13 -05:00
Ryan Curtin c7a3aa7007 Fix documentation; thanks to Kumar. 2015-02-09 11:07:53 -05:00
Ryan Curtin a808a5688e Fix #400 -- remove unneeded specializations.
Also, refactor LoadParameter(arma::mat&) because you can't just empty streams into them (maybe this should change?).
2015-02-06 16:42:45 -05:00
Ryan Curtin d67726d3f1 We're not using Java. There's no need for new.
Stack, heap, what's the difference anyway?  I like stacking things, but I don't know how to heap things, so we should be stacking them.
2015-02-06 16:41:27 -05:00
Ryan Curtin c0f44eeacd Fix syntax. 2015-02-06 16:38:34 -05:00
Ryan Curtin da3c955207 Standardize name of test suite. 2015-02-06 16:37:56 -05:00
Ryan Curtin 62def05b67 Backport operator-(sp_mat) for Armadillo <= 4.000. 2015-02-06 16:18:15 -05:00
Ryan Curtin 22ae38ac0c Remove tab character. 2015-02-06 16:06:14 -05:00
Ryan Curtin ea795f1dee Revert "older versions of arma do not support unary minus on sparse matrices"
This reverts commit a8ecf093989cbe3d58c36c4e21e772c99d7856e4.
2015-02-06 15:56:05 -05:00
Stephen Tu cc6199a55e Comment out SDP test which is failing randomly 2015-02-04 11:05:29 -08:00
Stephen Tu 2bfe20de84 cov matrices should be symmetric- fixes error in gaussian test case 2015-02-04 10:59:34 -08:00
Stephen Tu 4b4d22bdee older versions of arma do not support unary minus on sparse matrices 2015-02-04 10:59:34 -08:00
Ryan Curtin d48cf446ea Fix documentation, thanks to Squalluca. 2015-02-03 19:44:28 -05:00
Ryan Curtin bb79a6af95 Merge branch 'jaskaran1-master' 2015-02-03 09:50:27 -05:00
Ryan Curtin 5b313de0e4 Merge branch 'master' of https://github.com/jaskaran1/mlpack into jaskaran1-master
Conflicts:
	README.md
2015-02-03 09:50:10 -05:00
Jaskaran Singh 59c7595950 Updated path of install in Readme 2015-02-03 14:46:02 +05:30
Ryan Curtin a6e5686f94 Add new contributor. 2015-02-02 17:16:34 -05:00