Commit Graph
42 Commits
Author SHA1 Message Date
Conrad Sanderson 1db28cf195 Merge pull request #323
more approachable and impactful blurb to match description on website
2021-10-12 07:09:45 +02:00
Conrad Sanderson a04945ea8b simplify blurb to match description on website 2021-10-11 04:21:26 +02:00
Conrad Sanderson 0c1d98d11c Update Catch2 to 2.13.7 (#322) 2021-09-21 03:46:57 +02:00
Conrad Sanderson 38e5c691e9 Revert "Add citation file"
This reverts commit 8f074a421a.
2021-09-07 03:04:21 +02:00
Conrad Sanderson bf77ef6bde update citation to JMLR paper 2021-08-14 05:21:14 +02:00
Conrad Sanderson 8b4cadf3ab Merge pull request #314 from zoq/travis-update
Update travis config to build the ensmallen tests
2021-08-09 04:51:48 +02:00
Conrad Sanderson c3f71b8099 Merge pull request #313 from zoq/test-build
The BUILD_TESTS option was replaced with 'make ensmallen_tests'.
2021-08-09 04:50:47 +02:00
Conrad Sanderson b7aab43451 Merge pull request #299 from jonpsy/iterate-moead
Repair MOEAD
2021-07-05 14:43:36 +02:00
Conrad Sanderson ec114f1904 Merge pull request #305 from mlpack/conradsnicta-init-fixes
various fixes for matrix initialisation
2021-07-02 05:34:37 +02:00
Conrad Sanderson 7582788d14 fix PR number 2021-07-02 05:32:20 +02:00
Conrad Sanderson e5f2ca2553 update HISTORY.md 2021-07-01 13:50:39 +02:00
Conrad Sanderson 055ebfd3e9 use fill::none to avoid default zeroing 2021-07-01 05:45:17 +02:00
Conrad Sanderson 777fb6ac36 explicitly initialise to zeros 2021-07-01 05:38:54 +02:00
Conrad Sanderson d6ffdc59fa avoid zeroing twice 2021-07-01 05:31:53 +02:00
Conrad Sanderson ba167cefa0 use fill::none to avoid default zeroing 2021-07-01 05:21:18 +02:00
Conrad Sanderson 44bb57ceb6 Merge pull request #304 from rcurtin/readd-deprecated-front
Add Front() back into the NSGA2 class.
2021-06-30 04:00:30 +02:00
Conrad Sanderson 7a870142d0 update HISTORY.md 2021-06-27 07:06:24 +02:00
Conrad Sanderson a622a767de fix minor typo 2021-06-27 06:59:09 +02:00
Conrad Sanderson 735ae35521 building tests is now optional
- state that building tests is now optional
- show how to build and run the tests
2021-06-27 06:53:04 +02:00
Conrad Sanderson f51bfd71e7 don't build ensmallen_tests as part of make all 2021-06-27 06:43:53 +02:00
Conrad Sanderson a0137b07bb adjust line lengths to 80 chars max
this is to make editing on phones easier :)
2021-06-24 15:43:25 +02:00
Conrad Sanderson af145271ba Merge branch 'master' into README-improved-install-instructions 2021-06-24 15:34:55 +02:00
Conrad Sanderson c0b361d88a fix merge clashes 2021-06-24 15:31:51 +02:00
Conrad Sanderson 0678b0518a change "automatic" to "cmake based"
clarify wording, as the cmake installation isn't really automatic (still need to type commands)
2021-06-23 16:44:31 +02:00
Conrad Sanderson bb18d79413 automatic installation before manual installation
* place automatic installation instructions before manual installation instructions
* adapt text to improve flow
* fix bug in path for cmake non-root installation
2021-06-23 16:35:30 +02:00
Conrad Sanderson 3c1bad105c update HISTORY.md 2021-06-23 04:47:20 +02:00
Conrad Sanderson 30bf5d2a67 improved installation and compilation instructions
Improved installation and compilation instructions:
* show how to install manually (in addition to cmake)
* show how to install with and without root access
* added example compilation commands, using standard and non-standard installation directories
2021-06-23 04:06:59 +02:00
Conrad SandersonConrad SandersonJames J BalamutaMarcus EdelRyan Curtin
39069652c6 add short example program; expand README with example installation (#248)
* add short example program; expand README with example installation

Co-authored-by: Conrad Sanderson
Co-authored-by: James J Balamuta
Co-authored-by: Marcus Edel
Co-authored-by: Ryan Curtin
2021-02-02 08:56:40 +01:00
Conrad Sanderson de19dddc5d minor documentation fixes (#197)
* "is an an" -> "is an"

* grammar fix

* grammar fix

* update HISTORY.md
2020-04-17 10:35:37 -04:00
Conrad SandersonandRyan Curtin 55e5f72cf5 more details
Co-Authored-By: Ryan Curtin <ryan@ratml.org>
2020-02-19 04:54:07 +01:00
Conrad Sanderson 0ac60f2e0f proposed note on cmake requirements 2020-02-19 04:35:03 +01:00
Conrad Sanderson c2637c0e20 update history 2020-01-16 03:41:18 +01:00
Conrad Sanderson 5469374a2a prevent spurious compiler warnings (#161) 2020-01-16 03:37:14 +01:00
Conrad Sanderson 166b80271d ensure armadillo version check uses the same numbers as CMakeLists.txt 2019-09-11 07:19:33 +02:00
Conrad Sanderson 7eb06cdec0 workaround for MSVC bug (#112)
see https://github.com/mlpack/ensmallen/issues/110
2019-05-07 02:48:47 +02:00
Conrad Sanderson 0564e46b97 minor style fix + added TODO 2019-05-06 06:17:48 +02:00
Conrad Sanderson 3f4ee703c6 Merge pull request #100 from conradsnicta/master
fix: don't assume that arma::eig_sym() always succeeds
2019-05-06 06:12:59 +02:00
Conrad Sanderson 3fe95339d3 fix: don't assume that arma::eig_sym() always succeeds 2019-04-05 09:24:34 +02:00
Conrad Sanderson fdbdeb2bcd fix: don't assume that arma::eig_sym() always succeeds 2019-04-05 09:21:06 +02:00
Conrad Sanderson df22a17655 fix internal links for differentiable separable functions 2019-03-14 09:32:56 +01:00
Conrad Sanderson 14fe81d7cf fix errant – characters 2019-03-14 09:25:52 +01:00
Conrad Sanderson 05f1b3c118 add citation info 2018-11-30 07:07:52 +01:00