Skip to content

Commit

Permalink
Merge pull request #177 from rcurtin/mathematical-to-numerical
Browse files Browse the repository at this point in the history
Change 'mathematical optimization' to 'numerical optimization'.
  • Loading branch information
zoq authored Mar 9, 2020
2 parents b35b5ac + d08aa13 commit dbd23f3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
### ensmallen ?.??.?: "???"
###### ????-??-??
* Change "mathematical optimization" term to "numerical optimization" in the
documentation ([#177](https://github.com/mlpack/ensmallen/pull/177)).

### ensmallen 2.11.4: "The Poster Session Is Full"
###### 2020-03-03

* Require new HISTORY.md entry for each PR.
([#171](https://github.com/mlpack/ensmallen/pull/171),
[#172](https://github.com/mlpack/ensmallen/pull/172),
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
**ensmallen** is a C++ header-only library for mathematical optimization.
**ensmallen** is a C++ header-only library for numerical optimization.

Documentation and downloads: http://ensmallen.org

ensmallen provides a simple set of abstractions for writing an objective
function to optimize. It also provides a large set of standard and cutting-edge
optimizers that can be used for virtually any mathematical optimization task.
optimizers that can be used for virtually any numerical optimization task.
These include full-batch gradient descent techniques, small-batch techniques,
gradient-free optimizers, and constrained optimization.

Expand Down

0 comments on commit dbd23f3

Please sign in to comment.