https://github.com/calebbell/mathopt
Optimize mathematical formulas for speed with SymPy and various tricks
https://github.com/calebbell/mathopt
Last synced: about 1 year ago
JSON representation
Optimize mathematical formulas for speed with SymPy and various tricks
- Host: GitHub
- URL: https://github.com/calebbell/mathopt
- Owner: CalebBell
- License: mit
- Created: 2020-10-11T20:44:41.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-23T01:55:29.000Z (over 5 years ago)
- Last Synced: 2025-04-28T08:49:13.735Z (about 1 year ago)
- Language: Python
- Size: 5.36 MB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE.txt
Awesome Lists containing this project
README
=======
MathOpt
=======
After years of using SymPy to optimize expressions, it is time to begin formalizing some of the optimizations I use it for into a library.
This library will be focused on development work only - i.e. it would never be a dependency of another package.
Development started 2020-10-10; the library is much too immature for use by others at this point, and may well be for years or forever.