Introduction ============ :mod:`ndoptimize` is an experimental library designed to parallelize and accelerate objective function minimization, similar to the :mod:`scipy.optimize` package, using the `Numba `_ just-in-time compiler. Installation ============ :mod:`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. .. autosummary:: :toctree: _autosummary :template: module_custom.rst :recursive: ndoptimize Indices and tables ================== * :ref:`genindex` * :ref:`modindex` * :ref:`search`