Introduction#
ndoptimize is an experimental library designed to parallelize and
accelerate objective function minimization, similar to the scipy.optimize
package, using the Numba
just-in-time compiler.
Installation#
ndoptimize is published on PyPI and can be installed using:
pip install ndoptimize
API Reference#
An in-depth description of the interfaces defined by this package.
Numba-accelerated minimization of objective functions. |