Commit Graph
27028 Commits
Author SHA1 Message Date
Marcus Edel 65bce432cd Create page file first. 2021-10-23 20:15:11 -04:00
Marcus Edel 8844a3ac44 Can we increase the page size without a system reboot. 2021-10-23 19:58:21 -04:00
Marcus Edel 054c23f000 Let's see if that saves us some memory. 2021-10-23 18:13:00 -04:00
Marcus Edel fd10d8cbfa Adjust threshold to improve test stability. 2021-10-23 15:24:25 -04:00
Marcus Edel 2a2938b27a Is the cache needed?. 2021-10-23 12:57:19 -04:00
Marcus Edel a2eb66c982 Is that a seperate block?. 2021-10-23 00:18:54 -04:00
Marcus Edel a276c7238b Install complete libcurl-dev package. 2021-10-23 00:03:07 -04:00
Marcus Edel 605d315d18 Remove armadillo build command. 2021-10-22 21:44:49 -04:00
Marcus Edel c624159aed Install armadillo from package registry. 2021-10-22 20:38:15 -04:00
Marcus Edel 55f2e5fcc5 Use the correct boost include path. 2021-10-21 21:33:15 -04:00
Marcus Edel cf3df9b9f5 Let's see what the actual path is. 2021-10-21 20:49:48 -04:00
Marcus Edel 5de5a6eb3d Use the updated boost package. 2021-10-21 20:25:52 -04:00
Marcus Edel 2e25c69adc Merge branch 'master' into auto-download-default-off 2021-10-21 13:58:22 -04:00
Omar ShritandMarcus Edel 9e040c57c0 Remove boost any (#3006)
* Adding std_backport

Signed-off-by: Omar Shrit <omar@shrit.me>

* Define macro for any and any_cast

Signed-off-by: Omar Shrit <omar@shrit.me>

* Regexp replcement is working

Signed-off-by: Omar Shrit <omar@shrit.me>

* Change the backport library

Signed-off-by: Omar Shrit <omar@shrit.me>

* Change the prereqs to the new library

Signed-off-by: Omar Shrit <omar@shrit.me>

* Adding more boost::any

Signed-off-by: Omar Shrit <omar@shrit.me>

* Adding more boost::any

Signed-off-by: Omar Shrit <omar@shrit.me>

* Starting converting string_view in addition to std::any

Signed-off-by: Omar Shrit <omar@shrit.me>

* Use std::hash instead of boost::hash

Signed-off-by: Omar Shrit <omar@shrit.me>

* Remove boost string_view headers

Signed-off-by: Omar Shrit <omar@shrit.me>

* Clean boost headers

Signed-off-by: Omar Shrit <omar@shrit.me>

* Remove the last hidden boost::any

Signed-off-by: Omar Shrit <omar@shrit.me>

* Let us see if this passes on Windows

Signed-off-by: Omar Shrit <omar@shrit.me>

* Windows has it is own rules

Signed-off-by: Omar Shrit <omar@shrit.me>

* Let us try the Zplusplus switch

Signed-off-by: Omar Shrit <omar@shrit.me>

* Fix go binding const removal

Signed-off-by: Omar Shrit <omar@shrit.me>

* Let see if this make windows happy

Signed-off-by: Omar Shrit <omar@shrit.me>

* Add a typename before std::remove_cv

Signed-off-by: Omar Shrit <omar@shrit.me>

* Let us force C++17 on Windows

Signed-off-by: Omar Shrit <omar@shrit.me>

* Increase boost version on Windows

Signed-off-by: Omar Shrit <omar@shrit.me>

* Fix Windows Path for boost

Signed-off-by: Omar Shrit <omar@shrit.me>

* Remove the additional 0 from the path

Signed-off-by: Omar Shrit <omar@shrit.me>

* Keep only boost, and remove boost math and random

Signed-off-by: Omar Shrit <omar@shrit.me>

* Try to discover boost path

Signed-off-by: Omar Shrit <omar@shrit.me>

* Remove boost lib directory, no longer required

Signed-off-by: Omar Shrit <omar@shrit.me>

* There is no clear in C++17 standard

Also there is no need to clear the string if we are returning
function. C++ should delete it immediately

Signed-off-by: Omar Shrit <omar@shrit.me>

* Remove the const before the double in setParamPtr

Signed-off-by: Omar Shrit <omar@shrit.me>

* Remove boost any header

Signed-off-by: Omar Shrit <omar@shrit.me>

* Let us see if the tests are passing without these two

Signed-off-by: Omar Shrit <omar@shrit.me>

* Fix merge error for any_cast

Signed-off-by: Omar Shrit <omar@shrit.me>

* Fix bad merge

Signed-off-by: Omar Shrit <omar@shrit.me>

* It is looping in the while loop

Signed-off-by: Omar Shrit <omar@shrit.me>

* Adding more debugging symbols

Signed-off-by: Omar Shrit <omar@shrit.me>

* Adding all debugging symbols

Signed-off-by: Omar Shrit <omar@shrit.me>

* Add an empty string view, remove empty debug symbols

Signed-off-by: Omar Shrit <omar@shrit.me>

* Clean boost dis from windows

Signed-off-by: Omar Shrit <omar@shrit.me>

* Update src/mlpack/tests/string_encoding_test.cpp

Co-authored-by: Marcus Edel <marcus.edel@fu-berlin.de>

* Add LICENSE information about MNMLSTC library

Signed-off-by: Omar Shrit <omar@shrit.me>

* Add LICENSE to all the files

Signed-off-by: Omar Shrit <omar@shrit.me>

Co-authored-by: Marcus Edel <marcus.edel@fu-berlin.de>
2021-10-21 21:14:49 +05:30
Ryan Curtin 8d0a5d02a1 Merge pull request #3075 from rcurtin/det-output-fix
det: don't print filename unless it's actually given
2021-10-21 09:51:41 -04:00
Marcus Edel a3171802db Use larger tolerance in order to get the probability of failure down. 2021-10-20 20:55:21 -04:00
Marcus Edel 3f745adc41 Adjust trials to improve test stability. 2021-10-20 19:28:05 -04:00
Marcus Edel 5b31dd3439 Use larger tolerance in order to get the probability of failure down. 2021-10-20 13:06:07 -04:00
Marcus Edel 3a5d81bdfc Use larger tolerance in order to get the probability of failure down. 2021-10-20 10:41:21 -04:00
Marcus Edel c6cc8e7435 Adjust threshold to improve test stability. 2021-10-20 10:41:21 -04:00
Marcus Edel a9a8e0c6e7 Increase number of trails for the SAC on Pendulum test. 2021-10-20 10:41:21 -04:00
Marcus Edel 42ae6f26f4 Merge branch 'master' into auto-download-default-off 2021-10-19 21:03:13 -04:00
Marcus Edel 62bb419872 Update Julia version. 2021-10-19 21:01:55 -04:00
Ryan Curtin f171cea1fc Merge pull request #3059 from rcurtin/r-binding-label-error
Handle incorrect labels for R bindings
2021-10-19 17:34:42 -04:00
Marcus Edel 97d25c5ad5 Merge pull request #2973 from rcurtin/julia-fix-categories
Julia: compute number of categories in categorical data.
2021-10-19 15:58:13 -04:00
Marcus Edel 440cffbbf8 Increase number of samples. 2021-10-19 11:25:25 -04:00
Marcus Edel 248c72d990 Config simplification. 2021-10-18 22:59:49 -04:00
Marcus Edel e0d930ea31 Use sudo to create the swap file. 2021-10-18 20:51:21 -04:00
Marcus Edel 8c6e1eaeef Can we create a swap file. 2021-10-18 20:49:30 -04:00
Marcus Edel 05dbdc2108 Check system memory. 2021-10-18 20:43:23 -04:00
Marcus Edel 5eb6405b4a Single core build only for the core build. 2021-10-18 18:26:33 -04:00
Marcus Edel f3f8855532 Single core build to lower the memory usage. 2021-10-18 13:17:21 -04:00
Marcus Edel af9d529e71 Help to change into the correct directory. 2021-10-18 11:09:27 -04:00
Marcus Edel d9d3122c26 Help to change into the correct directory. 2021-10-18 10:59:09 -04:00
Marcus Edel 14dd23ffb7 The Ubuntu 16.04 image was removed on October 18, so switch to the latest image. 2021-10-18 10:27:14 -04:00
Ryan Curtin dfe3f465d1 Fix an additional dependency for rcmdcheck. 2021-10-18 09:12:11 -04:00
Marcus Edel 7838ef5b24 Use auto-downloader to install armadillo. 2021-10-17 22:01:11 -04:00
Marcus Edel 8932e48fe2 Adjust trials to improve test stability. 2021-10-17 21:59:50 -04:00
Marcus Edel fa2f849100 Explicitly download dependencies for R CI build. 2021-10-17 20:02:59 -04:00
Marcus Edel bc57be3b47 Install hdf5 package for the R build workflow. 2021-10-17 16:37:56 -04:00
Marcus Edel 1abba7e581 Fix parameter order warning. 2021-10-17 16:32:56 -04:00
Marcus Edel 0dadc816f0 Adjust trials to improve test stability. 2021-10-17 12:00:14 -04:00
Marcus Edel 8269633d8b Adjust threshold to improve test stability. 2021-10-17 00:17:04 -04:00
Marcus Edel 68cb6ee00e Check if we are cross-compiling. 2021-10-16 22:55:47 -04:00
Marcus Edel 329d461768 Lower the memory limit to construct precompiled headers to free some memory. 2021-10-16 22:35:19 -04:00
Marcus Edel 26d03f05c9 Adjust threshold to improve test stability. 2021-10-16 22:33:06 -04:00
Marcus Edel c479e0df27 To not run image tests if we build without image load support. 2021-10-16 19:10:03 -04:00
Marcus Edel e5503433d0 The auto-download is disabled by default, so we have to install ensmallen. 2021-10-16 17:56:21 -04:00
Marcus Edel 7ba40bd0e9 Ignore invalid and self signed ssl connection errors. 2021-10-16 17:48:06 -04:00
Marcus Edel df5f5f4840 Disable auto-download by default. 2021-10-16 17:30:03 -04:00