# chumpy **Repository Path**: ar0n1ck/chumpy ## Basic Information - **Project Name**: chumpy - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-09-04 - **Last Updated**: 2021-09-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 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: - Easy problem construction by using Numpy’s application interface - Easy access to derivatives via auto differentiation - Easy local optimization methods (12 of them: most of which use the derivatives) Chumpy comes with its own demos, which can be seen by typing the following: ```python import chumpy chumpy.demo() # prints out a list of possible demos ``` Licensing is specified in the attached LICENSE.txt.