Commit Graph
28802 Commits
Author SHA1 Message Date
Omar Shrit 8070027f5b Merge pull request #3534 from shrit/float
Float -- episode 1
2023-09-20 17:05:44 +02:00
Omar Shrit 5875ab8208 Remove explicit template parameters
Signed-off-by: Omar Shrit <omar@avontech.fr>
2023-09-19 11:12:29 +02:00
Omar Shrit faa76a0cf3 Remove the serialization line, not needed in the main repo
Signed-off-by: Omar Shrit <omar@avontech.fr>
2023-09-18 20:23:47 +02:00
Omar Shrit af38b13aff Compiling
Signed-off-by: Omar Shrit <omar@avontech.fr>
2023-09-18 20:16:19 +02:00
Omar Shrit b1f16ce5d8 Keep the batch normalization aside for a bit
Signed-off-by: Omar Shrit <omar@avontech.fr>
2023-09-18 19:55:59 +02:00
Ryan Curtin c667caea63 Merge pull request #3533 from rcurtin/release-4.2.1
Release version 4.2.1
2023-09-07 08:42:40 -04:00
Ryan Curtin 23d6c148a6 Add new block for next release to HISTORY.md. 2023-09-05 13:36:10 -04:00
Ryan Curtin 05884f0de0 Update and release version 4.2.1. 2023-09-05 13:36:10 -04:00
Ryan Curtin 8ac85f52e7 Merge pull request #3532 from rcurtin/win-msi-fix
Fix Windows Azure MSI build and loosen some test tolerances
2023-09-05 13:35:38 -04:00
Ryan Curtin 9f69729536 Attempt to fix path of MSBuild.exe 2023-09-01 15:54:58 -04:00
Ryan Curtin dcb953a6c1 Loosen tolerance for CF tests to fix spurious failures. 2023-09-01 15:52:23 -04:00
Ryan Curtin 1a6100a987 Merge pull request #3529 from rcurtin/stb-header-detect
Add mlpack/config.hpp and automatic CMake configuration
2023-09-01 14:30:53 -04:00
Marcus Edel a013f07889 Merge pull request #3520 from tareknaser/rl-docs
Reinforcement Learning: Introducing Agent-Specific Tutorials.
2023-09-01 10:27:18 -04:00
Ryan Curtin be9708daad Fix R binding build to include config.hpp. 2023-08-29 16:09:48 -04:00
Ryan Curtin d8d8a2511c Clarify documentation slightly. 2023-08-29 13:28:02 -04:00
Ryan Curtin c062a3efa2 Update HISTORY. 2023-08-29 13:23:09 -04:00
Ryan Curtin 62db7b2f00 Update README to mention config.hpp. 2023-08-29 13:21:56 -04:00
Ryan Curtin ec533e92f9 Attempt to perform detection of STB at compile time. 2023-08-29 13:19:57 -04:00
Ryan Curtin 80092258a4 Use __has_include. 2023-08-29 12:51:27 -04:00
Ryan Curtin 578e13a6c3 Remove unnecessary #ifdef checks. 2023-08-29 12:30:13 -04:00
Marcus Edel b8bc415155 Merge pull request #3506 from IWNMWE/bisigmoid
Bipolar sigmoid added.
2023-08-23 20:13:34 -04:00
Marcus Edel 97a6e9a387 Merge pull request #3528 from rcurtin/fix-some-tests
Test fixes.
2023-08-17 21:28:45 -04:00
Marcus Edel 54ccf2e266 Merge pull request #3527 from rcurtin/update-armadillo-autodownloader-readme
Update README with details for autodownloaded Armadillo.
2023-08-17 21:28:05 -04:00
Ryan Curtin 07a7470ab4 Merge remote-tracking branch 'origin/master' into stb-header-detect 2023-08-17 14:19:26 -04:00
Ryan Curtin 72f2413b29 Add MLPACK_HAS_NO_STB_DIR configuration variable to indicate when STB requires stb_image.h instead of stb/stb_image.h for inclusion. 2023-08-17 11:16:22 -04:00
Ryan Curtin 308c78fb30 Clean up STB finder, collecting when an stb/ suffix is necessary for the include. 2023-08-17 11:15:29 -04:00
Ryan Curtin 2425895c71 Create a new file in the build directory for CMake-generated configuration. 2023-08-17 11:15:02 -04:00
Ryan Curtin dfdfb7e67e Remove config.hpp from gitignore. 2023-08-17 11:14:08 -04:00
Ryan Curtin 783febb0ab Merge remote-tracking branch 'origin/master' into fix-some-tests 2023-08-17 10:43:21 -04:00
Ryan Curtin 17410cb885 Merge pull request #3523 from rcurtin/win-ci-fix
Try to fix Windows CI build
2023-08-17 10:39:23 -04:00
Ryan Curtin 5d03256702 Add more configuration. 2023-08-16 14:58:09 -04:00
Ryan Curtin 87b4cb78eb Remove old macros as set by CMake. 2023-08-16 14:57:05 -04:00
Ryan Curtin 30470b819e Use CMake to configure config.hpp. 2023-08-16 14:56:33 -04:00
Ryan Curtin 3cdf6b2327 Use macros as defined in config.hpp. 2023-08-16 14:56:21 -04:00
Ryan Curtin eab7f1b078 Add config.hpp to ignored files. 2023-08-16 14:55:53 -04:00
Ryan Curtin 5449c4b598 Add a first attempt at a configuration file. 2023-08-16 14:55:25 -04:00
Ryan Curtin 673e97d9e9 Change HAS_STB to MLPACK_HAS_STB. 2023-08-16 12:22:07 -04:00
Ryan Curtin 624386316a Merge remote-tracking branch 'origin/master' into fix-some-tests 2023-08-16 10:53:54 -04:00
Ryan Curtin 6227e0fcf3 Add a section detailing what happens when you autodownload Armadillo. 2023-08-16 10:20:03 -04:00
Ryan Curtin 50c9c11f98 Make sure each thread's RNG has a unique seed (#3521) 2023-08-12 12:18:55 +02:00
Ryan Curtin 64183ea709 Merge pull request #3516 from rcurtin/setup_py_cython_fix
Add extra mlpack/ path so Cython properly detects .pyx files.
2023-08-09 17:29:00 -04:00
Ryan Curtin c735c50244 Try removing one include to see if that helps. 2023-08-09 17:16:23 -04:00
Ryan Curtin 79af0bf764 Try commenting out the serialization test. 2023-08-09 14:20:00 -04:00
Ryan Curtin daf18e5612 Try effectively disabling PCH via cotire. 2023-08-09 12:11:27 -04:00
Ryan Curtin db2056a25c Make PReLUIntegrationTest more robust: allow multiple trials, train for longer, increase tolerance. 2023-08-09 10:33:23 -04:00
Ryan Curtin 9d15372a9c Allow specification of random seed from command line. 2023-08-09 10:33:04 -04:00
Ryan Curtin f5c9284645 Merge pull request #3522 from rcurtin/load-nvp-docs
Add additional documentation about `data::Load()` and models
2023-08-09 08:45:49 -04:00
Ryan Curtin be35d36db1 Try upgrading VS to work around C1060. 2023-08-09 08:44:41 -04:00
Ryan Curtin db6dae8129 Try bumping to Python 3.8 on OS X. 2023-08-09 08:38:46 -04:00
Ryan Curtin 642bad5009 Make sure the wheel package gets installed on OS X. 2023-08-08 21:10:56 -04:00