<<<ENTER_DESCRIPTION>>>
Project description
This is a drop-in replacement for chumpy that is compatible with numpy<=2.
Install via
pip install chumpy-fix
Original README below.
chumpy
Autodifferentiation tool for Python.
Installation
Install the fork:
pip install chumpy
Import it:
import chumpy as ch
Overview
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)
Usage
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
License
This project is licensed under the MIT License.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file chumpy_fix-0.0.1.tar.gz.
File metadata
- Download URL: chumpy_fix-0.0.1.tar.gz
- Upload date:
- Size: 55.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a1ea464ffe24dc075404cd83d2c499560c6f23532b7738385ac6d54d32750018
|
|
| MD5 |
aafdc573b6704b6dfd3490dfa515188f
|
|
| BLAKE2b-256 |
efc97908bea1f715ae51e20bbee9fc2399b8859cd1ae1e7846434cd40dbaeecd
|
File details
Details for the file chumpy_fix-0.0.1-py3-none-any.whl.
File metadata
- Download URL: chumpy_fix-0.0.1-py3-none-any.whl
- Upload date:
- Size: 60.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3bcd6dcd2076734f1a9d17c100316733777fcd68b5de5d8ba5f68acf16ed7506
|
|
| MD5 |
8591497b3f3a655cbf3ce75beedcb3fc
|
|
| BLAKE2b-256 |
2722e25a1a50d65670883d5b659ebc81e851d84c0ee413db653123ccf9847c48
|