Commit Graph
21332 Commits
Author SHA1 Message Date
Ryan Curtin cf9566b211 Merge branch 'zoq-ann_model' 2019-10-05 09:47:42 -04:00
Ryan Curtin 113ed59889 Update history. 2019-10-05 09:47:29 -04:00
Marcus Edel dae940f248 Fix spelling issue. 2019-10-04 20:32:56 +02:00
Marcus Edel 57daceb0f1 Test the Model() ffn method. 2019-10-03 21:30:04 +02:00
Marcus Edel 305c7a86f6 Expose the instantiated network. 2019-10-03 21:29:25 +02:00
Ryan Curtin 842c137c1a Add new block to HISTORY.md for next version. 2019-10-01 18:08:51 -04:00
Ryan Curtin 05b26bab76 Update version to next release version. 2019-10-01 18:08:51 -04:00
Ryan Curtin 214bb06029 Update version to 3.2.1. 2019-10-01 18:08:51 -04:00
Ryan Curtin 85a6f10f9b Update history with release date. 2019-10-01 18:07:54 -04:00
Ryan Curtin 916f9e898e Update history to include details for #2022. 2019-09-30 09:15:55 -04:00
Ryan Curtin 18f53fcb41 Fix missing namespace opening and closing. 2019-09-30 09:15:55 -04:00
Ryan Curtin 89db422a8c Update history. 2019-09-30 09:15:55 -04:00
Ryan Curtin 4066301f09 Better handling of STB. 2019-09-30 09:15:23 -04:00
Marcus Edel 24bbbab3b4 Merge pull request #2034 from barak/master
Spelling and grammar in strings.
2019-09-29 14:03:24 +02:00
sy0814k 42d154fd0b Merge pull request #2022 from KimSangYeon-DGU/nbc
Fix some potential infinity errors in Naive Bayes Classifier.
2019-09-29 20:45:40 +09:00
Barak A. Pearlmutter 483f91c78a spelling
Gbp-Pq: Name 0004-spelling.patch
2019-09-29 10:50:40 +01:00
Barak A. Pearlmutter 3710edbc60 grammar
Gbp-Pq: Name 0003-grammar.patch
2019-09-29 10:50:40 +01:00
Sangyeon 259a2afd8d Create a high dimensions test case and fix the build error 2019-09-28 23:37:51 +09:00
Sangyeon be40024ed6 Edit according to comments of Marcus and Ryan. 2019-09-28 23:19:37 +09:00
Sangyeon 061f206834 Fix overflow errors 2019-09-28 23:18:30 +09:00
Marcus Edel c996ba583d Merge pull request #2032 from rcurtin/cmake-fix
Enforce ensmallen version check.
2019-09-28 12:31:04 +02:00
Marcus Edel fe1e8d429d Merge branch 'master' into cmake-fix 2019-09-28 12:30:49 +02:00
Ryan Curtin ff4a0332af Merge branch 'jeffin143-bump-arma' 2019-09-27 13:37:53 -04:00
Ryan Curtin e922c81106 Update history. 2019-09-27 13:37:44 -04:00
Ryan Curtin 9c00fdb891 Merge branch 'bump-arma' of https://github.com/jeffin143/mlpack into jeffin143-bump-arma 2019-09-27 13:37:21 -04:00
Ryan Curtin c7d1ff4644 Update history. 2019-09-26 14:45:40 -04:00
Ryan Curtin 664d72cc78 Fix capitalization... 2019-09-26 14:44:58 -04:00
Ryan Curtin f24c07501a The release script didn't get this part right. 2019-09-25 21:45:11 -04:00
Ryan Curtin 7350fac5e5 Update stable version in readme. 2019-09-25 21:41:26 -04:00
Ryan Curtin 04abb000d1 Add new block to HISTORY.md for next version. 2019-09-25 20:55:14 -04:00
Ryan Curtin 11a275a6c8 Update version to next release version. 2019-09-25 20:55:14 -04:00
Ryan Curtin 0e9bb9abdb Update version to 3.2.0. 2019-09-25 20:55:14 -04:00
Ryan Curtin 7329ec4e65 Fix ensmallen configuration bits. 2019-09-25 20:54:52 -04:00
jeffinsam 7f9515600a change arma version in Cmake git add ../CMakeLists.txt 2019-09-24 16:36:19 +05:30
Ryan Curtin 72d7e545ee Merge pull request #2028 from rcurtin/ens-version
Update minimum version of ensmallen.
2019-09-23 13:28:50 -04:00
Ryan Curtin 823a1567d1 Update minimum version of ensmallen. 2019-09-21 11:32:31 -04:00
Ryan Curtin d4f690911c Merge pull request #2026 from rcurtin/gmm-hmm-test-fixes
Additional test fixes
2019-09-20 11:32:39 -04:00
Ryan Curtin 968c06cbbe Fix invalid use of std::move(). 2019-09-19 20:37:34 -04:00
Ryan Curtin 0f1648e19a Update test tolerance based on reports in IRC. 2019-09-19 20:37:19 -04:00
Ryan Curtin a0e4decbdf Merge pull request #2020 from rcurtin/lsvm_test_workarounds
LinearSVM test workarounds
2019-09-17 22:24:40 -04:00
Marcus Edel 2e2e0f59cd Merge pull request #2014 from zoq/DoublePoleCartWithDQNFix
Fix occasional `QLearningTest/DoublePoleCartWithDQN` failure.
2019-09-17 12:18:03 +02:00
Ryan Curtin 1d60e9c0b1 Run multiple trials of the tests to work around ensmallen#136. 2019-09-16 21:32:37 +00:00
Marcus Edel aeff773f35 Merge pull request #2018 from sriramsk1999/master
Included a useful CMAKE flag.
2019-09-16 22:15:55 +02:00
Sriram 954eab4aa4 Added to README as well 2019-09-15 20:10:49 +05:30
Sriram e674760fad Merge remote-tracking branch 'upstream/master' 2019-09-15 10:18:46 +05:30
Sriram 8ad4759de1 Shifted change to build.hpp 2019-09-15 10:06:13 +05:30
Marcus Edel a6040b79e1 Merge pull request #2015 from rcurtin/arma-update
Update Armadillo to minimum version of 8.400.0.
2019-09-14 20:35:12 +02:00
Marcus Edel 1114937fd1 Address code review comments (code comments). 2019-09-14 17:50:59 +02:00
Sriram e2232ce210 Included a useful CMAKE flag 2019-09-14 19:51:23 +05:30
Ryan Curtin 8a8d1a2080 Comment out VS2019 build because it times out. 2019-09-12 09:16:05 -04:00