Commit Graph
21298 Commits
Author SHA1 Message Date
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
Ryan Curtin 17eb9c54d0 Always download Armadillo. 2019-09-11 22:30:04 -04:00
Ryan Curtin 8ad4b8e96d Update Travis Armadillo configuration. 2019-09-11 22:27:34 -04:00
Ryan Curtin b61f31f615 Use xz-utils and specify -J flag to tar. 2019-09-11 21:35:49 -04:00
Ryan Curtin ce7fa96f99 Try specifying xz archive type. 2019-09-11 21:35:40 -04:00
Ryan Curtin eab5383cb6 Files are .xz now not .gz. 2019-09-11 12:21:39 -04:00
Ryan Curtin 73d2b4a071 Update Armadillo version for AppVeyor config. 2019-09-11 11:01:02 -04:00
Ryan Curtin c0e3acbabc Update history. 2019-09-11 10:59:33 -04:00
Ryan Curtin 42fa3afb6e Update Armadillo to minimum version of 8.400.0. 2019-09-11 10:58:16 -04:00
favre49 a14a5259a0 Merge pull request #2006 from rcurtin/dt-test-fix
Fix `DecisionTreeTest/PerfectTrainingSet`
2019-09-11 19:15:26 +05:30
Marcus Edel 50eaf95f85 Increase the number of trials and adjust network architecture. 2019-09-11 11:58:50 +02:00
Ryan Curtin cf71ecef94 Merge pull request #2011 from rcurtin/ensmallen-2-fixes
ensmallen 2 compatibility fixes
2019-09-10 17:29:14 -04:00
Ryan Curtin 65878a16f4 Merge pull request #2009 from rcurtin/dt-main-test-fixes
Fix occasional `DecisionTreeMainTest` bugs
2019-09-10 17:26:58 -04:00
Ryan Curtin 388014a3e0 Merge pull request #2004 from rcurtin/gmm-train-test-fix
Fix intermittent failures in GMMTrainMainTest
2019-09-10 10:38:04 -04:00
Ryan Curtin 8f3d166bb6 Increase travis build timeout. 2019-09-08 15:21:53 -04:00
Ryan Curtin d716e312f6 Merge pull request #2010 from rcurtin/ssrbm-tolerance-fix
Widen tolerance for ssRBMClassificationTest
2019-09-08 13:55:29 -04:00
Ryan Curtin f4846ad8bd Also initialize action member in copy/move constructors. 2019-09-08 13:44:02 -04:00
Ryan Curtin fecb360131 Merge pull request #2007 from KimSangYeon-DGU/knn_test
Fix `KNNMainTest/KNNAllTreeTypesTest`
2019-09-08 11:48:56 -04:00
Ryan Curtin c475d9aa10 Handle both ensmallen 1 and 2 API. 2019-09-08 02:19:39 -04:00
Ryan Curtin f5124058a2 Widen tolerance just a bit. 2019-09-07 22:24:09 -04:00
Ryan Curtin 90fe0b6a80 Cleanups for DecisionTreeMainTest. 2019-09-07 14:44:57 -04:00
Ryan Curtin 8a168d1b26 Remove unnecessary column from braziltourism ARFF files. 2019-09-07 14:34:47 -04:00
KimSangYeon-DGU be67ebd912 Increase k from 10 to 15 to make this test robust. 2019-09-07 14:06:22 +09:00
Ryan Curtin 7ade459e74 Fix strange bug. How did that get there? 2019-09-06 15:59:09 -04:00
Ryan Curtin 76583b96d6 Refactor and clean up GMM training main tests. 2019-09-05 22:30:00 -04:00
Ryan Curtin b739b0ff04 Add --kmeans_max_iterations. 2019-09-05 22:29:53 -04:00
Ryan Curtin 33e1599cfe Add utility to set a specific random seed. 2019-09-05 22:29:38 -04:00
Ryan Curtin 444559d71e Merge pull request #1995 from rcurtin/rf-main-test-fix
Fix `RandomForestMainTest` random failures
2019-09-04 17:08:41 -04:00
Ryan Curtin bb979c43c5 Merge pull request #2001 from rcurtin/lsh-test-fix
Fix very occasional LSH test failures
2019-09-04 17:08:21 -04:00
Ryan Curtin 8230031ae4 Merge pull request #2002 from rcurtin/lsvm-test-fix
Increase Linear SVM test tolerance slightly
2019-09-04 17:07:53 -04:00
Shikhar Jaiswal e58bea3d7d Merge pull request #1913 from saksham189/mini
Add MiniBatchDiscrimination Layer
2019-09-04 05:33:38 +05:30
Ryan Curtin 53cdd0b291 Merge pull request #1996 from favre49/RevertRL
Revert Action.action to be a double array
2019-09-03 14:37:20 -04:00
Ryan Curtin 87694a394c Merge pull request #1998 from zoq/SimplePendulumTestFix
Fix Pendulum task max steps test
2019-09-03 14:36:13 -04:00
Ryan Curtin f55bee736d Merge pull request #1999 from zoq/RewardClippedAcrobotWithDQNFix
DQN reward-clipping test adjustments.
2019-09-03 14:35:52 -04:00
Ryan Curtin 30ebf5d9c0 Merge pull request #2000 from zoq/SerializationNormalizationTest
double-precision serialization is not lossless
2019-09-03 14:35:13 -04:00