Metadata-Version: 2.4
Name: TheOptimizer
Version: 0.1.5.4
Summary: Deprecated package — please use patatune instead. An optimization library for multi-objective optimization problems.
Project-URL: Source Code, https://github.com/cms-patatrack/patatune
Project-URL: Issues, https://github.com/cms-patatrack/patatune/issues
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)
Description-Content-Type: text/markdown
Requires-Dist: patatune>=1.0.0

# TheOptimizer

**Deprecated:** This package has been replaced by [`patatune`](https://github.com/cms-patatrack/patatune).

Installing `theoptimizer` now only installs `patatune` as a dependency. All functionality is available via `patatune`.

## Usage

```python
import patatune   # `import optimizer` still works but shows a deprecation warning
