GitHub - mattloper/chumpy at db6eaf8c93eb5ae571eb054575fb6ecec62fd86d (original) (raw)

chumpy

Chumpy is a Python-based framework designed to handle the auto-differentiation problem, which is to evaluate an expression and its derivatives with respect to its inputs, by use of the chain rule.

Chumpy is intended to make construction and local minimization of objectives easier.

Specifically, it provides:

Chumpy comes with its own demos, which can be seen by typing the following:

import chumpy chumpy.demo() # prints out a list of possible demos

Licensing is specified in the attached LICENSE.txt.