Commit Graph
29 Commits
Author SHA1 Message Date
Ryan Curtin 27246082ac Fix CNE test tolerances (#360) 2023-02-26 13:29:07 +01:00
Marcus Edel 063f1eb364 Adjust CNE Himmelblau optimizer settings to make the test case more robust. 2022-02-27 22:01:19 -05:00
Marcus Edel 706695432c CNE distribution test (#267)
Do not continue if a test was successful.
2021-03-13 16:43:57 -05:00
Ryan Curtin 0e32f02a0e Refactor all tests so that they run for 1k trials without any failures. 2021-02-11 18:01:54 -05:00
Ryan Curtin e399775c92 Use operator() not operator[] for bounds checks.
Signed-off-by: Marcus Edel <marcus.edel@fu-berlin.de>
2019-08-31 19:29:44 +02:00
Marcus Edel 2eda0cb86b Use the specefied iterations for the CNE tests. 2019-07-06 17:47:18 +02:00
Marcus Edel 04b6651b72 Merge branch 'master' into cb 2019-06-29 21:04:20 +02:00
Marcus Edel 9d2a5f07c6 Minor style fixes (comment style, indentation). 2019-06-23 15:16:19 +02:00
Marcus Edel 9c6258f697 Merge pull request #117 from SuryodayBasak/test-func-dev
Including new test functions.
2019-06-23 14:35:02 +02:00
Marcus Edel b5633b83b7 Pass the correct objective. 2019-06-19 22:51:32 +02:00
Suryoday Basak bcc86542bf Style fixes 2019-06-19 01:21:26 -05:00
Suryoday Basak 7cbc38936d Editing tests for schaffer n4, holder table and cross-in-tray 2019-06-12 06:51:51 -05:00
Suryoday Basak 2a82e4bd9e Goldstein-Price style fix; changing Levi to Levy 2019-06-03 18:08:12 -05:00
Suryoday Basak 9c494b3706 Tweaking CNE test for Schaffer Function N4 2019-06-01 22:20:44 -05:00
Suryoday Basak 8fa5ba3d85 Adding tests for Himmelblau function, Three-hump camel, and Schaffer Function N.2 for CNE 2019-06-01 22:02:32 -05:00
Suryoday Basak 65e1d0b981 Adding Goldstein-Price and Levi function tests for CNE 2019-06-01 20:37:01 -05:00
Suryoday Basak b6e521643f Adding Ackley and Beale function tests for CNE 2019-06-01 20:18:32 -05:00
Suryoday Basak 1c07d34857 Included tests for cross-in-tray, holder table, and schaffer n4 functions 2019-06-01 18:14:44 -05:00
Ryan Curtin 6a37a17f4a Use simpler CNE test functions to save time.
(This can save a *huge* amount of time!  These tests used to take almost 40
minutes.)
2019-05-27 16:59:58 -04:00
Ryan Curtin 743ea3a43d Adapt SPSA. 2019-05-11 20:52:14 -04:00
Ryan Curtin 71acbe4388 Merge remote-tracking branch 'origin/master' into templated_optimize 2019-05-11 19:46:23 -04:00
Ryan Curtin 3f4ee7a3b4 Refactor nearly all optimizers. 2019-04-30 08:18:52 +00:00
favre49 cb0be110e4 Same for CNE 2019-03-03 23:30:28 +05:30
conrad f2a851c7e2 use consistent license blurbs 2018-10-19 23:09:06 +10:00
Marcus Edel 4da39b2ed7 Partial conversion from mlpack/boost to catch. 2018-10-10 21:36:09 -04:00
conrad 01673a3a6a rename 'tests_catch' to 'tests' 2018-10-10 14:27:22 +10:00
conrad c8d62e04cf rename 'tests' to 'tests_old' 2018-10-10 14:26:50 +10:00
Ryan Curtin a3717cda2f Update license to be for ensmallen, not mlpack. 2018-10-05 18:37:43 -04:00
Marcus Edel 177931713f Move tests and convert rmsprop test into a catch test. 2018-10-03 18:37:44 +02:00