Commit Graph
3432 Commits
Author SHA1 Message Date
conradsnicta 32958a7fbd remove workaround for old versions of Armadillo 2024-07-11 04:39:17 +00:00
conradsnicta 770f11f217 update HISTORY.md 2024-07-10 01:58:28 +02:00
conradsnicta a9f306484a Bump minimum Armadillo version to 10.8 2024-07-10 01:45:40 +02:00
conradsnicta e1971f2b31 Bump minimum Armadillo version to 10.8.2 2024-07-10 01:42:42 +02:00
Marcus Edel 1fde38ad86 Merge pull request #397 from IWNMWE/dtlz
Implementation of DTLZ problems.
2024-06-21 09:49:00 -04:00
IWNMWE 888b3d0d1d remove wrong size. 2024-06-17 20:20:19 +05:30
IWNMWE 998c88db13 Reviewed changes. 2024-06-17 20:16:20 +05:30
Ryan Curtin b0879a1b4c Merge pull request #400 from mlpack/cpp14
update to C++14 standard
2024-06-08 15:18:07 -06:00
conradsnicta 6796e42e6c update HISTORY.md 2024-06-08 15:00:25 +02:00
conradsnicta c73a2bf77c use 'static constexpr bool' instead of 'static const bool' 2024-06-08 14:17:07 +02:00
conradsnicta 1d5fcacd9f ensure C++14 mode is enabled 2024-06-08 14:08:16 +02:00
conradsnicta 8933912046 remove no longer needed ens_deprecated macro 2024-06-08 14:02:14 +02:00
conradsnicta 798651124a use C++14 [[deprecated(...)]] instead of macro 2024-06-08 13:58:09 +02:00
conradsnicta cb82b5f854 avoid deprecation warnings from CMake 2024-06-08 11:44:04 +02:00
conradsnicta a9e3d71e36 update requirement to C++14 and remove outdated info 2024-06-08 11:41:55 +02:00
conradsnicta a25eb51836 use C++14 standard 2024-06-08 11:34:49 +02:00
IWNMWE cbc6ce1970 style and comments 2024-04-24 19:13:22 +05:30
Marcus Edel bfa048bf9b Merge pull request #398 from mlpack/conradsnicta-patch-1
catch2 workaround for recent issue under macOS.
2024-03-26 00:00:36 -04:00
conradsnicta 3b9b278a2d workaround from upstream catch2 repo 2024-03-23 07:28:06 +01:00
IWNMWE 2d6f177f86 style fixes 2024-03-16 22:06:02 +05:30
IWNMWE 55ca12e64d added getObjectives for dtlz 2024-03-16 21:55:02 +05:30
IWNMWE c5f67f34e8 dltz7 fix 2024-03-16 13:43:53 +05:30
IWNMWE 586660885c fixed function errors 2024-03-15 00:21:38 +05:30
IWNMWE 546d0bef0b added dtlz 2024-03-13 15:03:48 +05:30
Ryan Curtin cd7fb34136 Add new block for next release to HISTORY.md. 2024-02-16 02:33:12 +01:00
Ryan Curtin 9d8dfb2597 Update and release version 2.21.1. 2.21.1 2024-02-16 02:33:12 +01:00
conradsnicta 13f66d01a8 ensure the tests are built with optimisation enabled (#394) 2024-02-15 02:20:22 +00:00
Ryan Curtin 0c64b0805c Merge pull request #392 from rcurtin/lbfgs-fix-negative-scaling-factors
Fix negative scaling factors for L-BFGS
2024-02-13 09:21:49 -05:00
Ryan Curtin 295fa0ae91 Update HISTORY. 2024-02-09 18:02:11 -05:00
Ryan Curtin acaa4de807 Fix instability in L-BFGS scaling factor computation.
When the norm of the gradient gets very small (but nonzero), we can end up with
very large scaling factors.  To avoid this, we now use a tolerance before
dividing.  In addition, this tolerance handles when the computed norm is
negative (which can happen due to precision issues).
2024-02-09 17:53:18 -05:00
Ryan Curtin d4f676b869 Don't print coordinates in verbose mode (they could be huge!). 2024-02-09 17:53:18 -05:00
Ryan Curtin bd0effce10 Fix compilation warnings for unused variables. 2024-02-09 17:53:18 -05:00
James J Balamuta 5bb9fac6cf Merge pull request #387 from rcurtin/release-2.21.0
Release version 2.21.0: "Bent Antenna"
2023-11-27 13:16:42 -07:00
Ryan Curtin a2b063a9da Add new block for next release to HISTORY.md. 2023-11-27 09:03:19 -05:00
Ryan Curtin d3df6dbf32 Update and release version 2.21.0. 2023-11-27 09:03:19 -05:00
Ryan Curtin 7ade3e9612 Merge pull request #384 from rcurtin/callbacks-use-results
Fix some callbacks that ignored return values
2.21.0
2023-11-26 09:11:22 -05:00
Ryan Curtin cbc90d8724 Merge pull request #385 from rcurtin/report-newline
Add a newline after printing coordinates to `Report` callback
2023-11-24 11:25:16 -05:00
Ryan Curtin d361b86b7d Another guess at MSBuild.exe location. 2023-11-24 10:36:09 -05:00
Ryan Curtin 666b47db4d Upgrade Visual Studio images to try and fix Windows build. 2023-11-24 09:17:19 -05:00
Ryan Curtin 7c8491fa9b Fix static code analysis issue for static functions. 2023-11-23 23:49:57 -05:00
Ryan Curtin e21a3c57ae Use constexpr instead of const. 2023-11-23 13:00:10 -05:00
Ryan Curtin 3160cba40d Update HISTORY.md. 2023-11-22 13:17:05 -05:00
Ryan Curtin 689437ccd4 Add a newline after printing coordinates. 2023-11-22 13:15:37 -05:00
Ryan Curtin 74beb984f2 Adapt all callbacks to return bools instead of void. 2023-11-15 10:30:35 -05:00
Ryan Curtin 05b1f284a5 Fix callbacks to respect the return values of Evaluate() and other calls. 2023-11-15 10:30:16 -05:00
Ryan Curtin f73995b641 Fix callback return values and clarify docs (#383) 2023-11-15 02:38:05 +01:00
Marcus Edel 226326314d Merge pull request #382 from DiscreteLogarithm/patch-1
Fixed bool form signature of several callback methods.
2023-11-10 14:59:56 -05:00
Ryan Curtin 354d21aa72 Update HISTORY.md. 2023-11-09 08:57:15 -05:00
Morteza Jalalvand 387d73e72f Fixed bool form signature of several callback methods 2023-11-06 11:43:57 +03:30
James J Balamuta 868793bddb Merge pull request #380 from rcurtin/release-2.20.0
Release version 2.20.0: "Stripped Bolt Head"
2023-10-04 16:39:47 -07:00