Metadata-Version: 2.1
Name: better_optimize
Version: 0.0.3
Summary: A drop-in replacement for scipy optimize functions with quality of life improvements
License: MIT License
Project-URL: Homepage, https://github.com/jessegrabowski/better_optimize
Project-URL: Repository, https://github.com/jessegrabowski/better_optimize.git
Project-URL: Issues, https://github.com/jessegrabowski/better_optimize/issues
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Mathematics
Requires-Python: <3.13,>=3.10
Description-Content-Type: text/markdown
Provides-Extra: tests

# Better Optimization!

`better_optimize` is a friendlier front-end to scipy's `optimize.minimize` and `optimize.root` functions. Features
include:

- Progress bar!
- Early stopping!
- Better propagation of common arguments (`maxiters`, `tol`)!
