From 161d23ac0d892e0361135326f5c1cac4c4620134 Mon Sep 17 00:00:00 2001 From: Matthew Feickert Date: Fri, 24 Jul 2020 11:13:55 -0500 Subject: [PATCH] docs: Replace optimizer table with list (#985) * Replace optimizer table with list of optimizers * Correct typo in link --- README.rst | 20 +++++++------------- 1 file changed, 7 insertions(+), 13 deletions(-) diff --git a/README.rst b/README.rst index a59ac85467..9c67a446e2 100644 --- a/README.rst +++ b/README.rst @@ -14,7 +14,7 @@ style: black| |Docs| |Binder| -|PyPI version| |Supported Python versionss| |Docker Stars| |Docker +|PyPI version| |Supported Python versions| |Docker Stars| |Docker Pulls| The HistFactory p.d.f. template @@ -63,18 +63,12 @@ Computational Backends: - ☑ TensorFlow - ☑ JAX -Available Optimizers +Optimizers: + - ☑ SciPy (``scipy.optimize``) + - ☑ MINUIT (``iminuit``) -+---------------------+-----------------------+-----------------------+ -| NumPy | Tensorflow | PyTorch | -+=====================+=======================+=======================+ -| SLSQP | Newton’s Method | Newton’s Method | -| (``scipy.optimize`` | (autodiff) | (autodiff) | -| ) | | | -+---------------------+-----------------------+-----------------------+ -| MINUIT | . | . | -| (``iminuit``) | | | -+---------------------+-----------------------+-----------------------+ +All backends can be used in combination with all optimizers. +Custom user backends and optimizers can be used as well. Todo ---- @@ -221,7 +215,7 @@ and grant `OAC-1450377