From a04945ea8ba9c2092e2ff4fd2014cc255d4e1965 Mon Sep 17 00:00:00 2001 From: Conrad Sanderson Date: Mon, 11 Oct 2021 04:21:26 +0200 Subject: [PATCH] simplify blurb to match description on website --- README.md | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 219bf5321..aaccc1399 100644 --- a/README.md +++ b/README.md @@ -2,16 +2,15 @@ ensmallen: a C++ header-only library for numerical optimization -**ensmallen** is a C++ header-only library for numerical optimization. +**ensmallen** is a high-quality C++ library for non-linear 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 numerical optimization task. -These include full-batch gradient descent techniques, small-batch techniques, -gradient-free optimizers, and constrained optimization. +ensmallen provides many types of optimizers that can be used +for virtually any numerical optimization task. +This includes gradient descent techniques, gradient-free optimizers, +and constrained optimization. +ensmallen also allows optional callbacks to customize the optimization process. +Documentation and downloads: http://ensmallen.org ### Requirements