From 01e65fdd94869c8e5458b2f659327dfee2ebfb42 Mon Sep 17 00:00:00 2001 From: Christopher Rackauckas Date: Fri, 17 Feb 2023 15:43:06 -0500 Subject: [PATCH] Test master I wonder what's going on on nightly --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c9e5154b..ee7f93ea 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ # ForwardDiff.jl + ForwardDiff implements methods to take **derivatives**, **gradients**, **Jacobians**, **Hessians**, and higher-order derivatives of native Julia functions (or any callable object, really) using **forward mode automatic differentiation (AD)**. While performance can vary depending on the functions you evaluate, the algorithms implemented by ForwardDiff generally outperform non-AD algorithms (such as finite-differencing) in both speed and accuracy.