Algorithmic Differentiation (AD) and Taylor polynomial approximations
The purpose of AlgoPy is the evaluation of higher-order derivatives in the forward and reverse mode of Algorithmic Differentiation (AD) of functions that are implemented as Python programs. Particular focus are functions that contain numerical linear algebra functions as they often appear in statistically motivated functions. The intended use of AlgoPy is for easy prototyping at reasonable execution speeds. More precisely, for a typical program a directional derivative takes order 10 times as much time as time as the function evaluation. This is approximately also true for the gradient.
$
pkg install py311-algopyOrigin
math/py-algopy
Size
2.29MiB
License
BSD3CLAUSE
Maintainer
yuri@FreeBSD.org
Dependencies
2 packages
Required by
0 packages