Skip to main content

Opytimark: Python Optimization Benchmarking Functions

Latest release CI Documentation Open issues License

Opytimark provides ready-to-use benchmark functions for evaluating optimization algorithms.

Opytimark supports Python 3.11 or newer. Read the full API reference at opytimark.readthedocs.io.

Installation

Opytimark is published on PyPI. Add it to a project managed by uv with:

uv add opytimark

For a consumer installation in an existing Python environment, pip is also supported:

pip install opytimark

Usage

import numpy as np

from opytimark.markers.n_dimensional import Sphere

value = Sphere()(np.array([1.0, 2.0, 3.0]))
print(value)

More examples are available in examples/.

Reproducibility

Imports do not reset NumPy's random state. For reproducible noisy or randomized benchmarks, call np.random.seed(your_seed) explicitly before the experiment.

The 3.0.1 CEC conditioning, group-rotation, and composition corrections change some fitness values relative to 3.0.0. See numerical behavior before comparing old and new optimization results.

Library diagnostics use Python logging rather than writing to standard output. Applications control log handlers, output streams, and levels.

Development

Follow the project conventions when changing Python code, scientific documentation, or tests.

Install uv, clone the repository, then run:

uv sync --locked
uv run pytest
uv run pre-commit run --all-files
uv run --locked --group docs sphinx-build -W --keep-going -b html docs docs/_build/html
uv build

Citation

If you use Opytimark, please cite:

@misc{rosa2019opytimizer,
    title={Opytimizer: A Nature-Inspired Python Optimizer},
    author={Gustavo H. de Rosa and João P. Papa},
    year={2019},
    eprint={1912.13002},
    archivePrefix={arXiv},
    primaryClass={cs.NE}
}

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

opytimark-3.0.2.tar.gz (5.5 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

opytimark-3.0.2-py3-none-any.whl (5.5 MB view details)

Uploaded Python 3

File details

Details for the file opytimark-3.0.2.tar.gz.

File metadata

  • Download URL: opytimark-3.0.2.tar.gz
  • Upload date:
  • Size: 5.5 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for opytimark-3.0.2.tar.gz
Algorithm Hash digest
SHA256 4daa13c3f8de6a6968411fbc32627c103edfa448042551914570e8ba7f762ae6
MD5 813546924f21e96bf07f5bbcb9848036
BLAKE2b-256 194b946df1b652160060e27900428d0162c3911426407fd78bace33ba31b63f8

See more details on using hashes here.

File details

Details for the file opytimark-3.0.2-py3-none-any.whl.

File metadata

  • Download URL: opytimark-3.0.2-py3-none-any.whl
  • Upload date:
  • Size: 5.5 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for opytimark-3.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 ba9f2d8a333ea7826601e703c7091e756d1f867d13c114d933f1aaa5e1f78ba0
MD5 88cfb40ecd11d8139b13e05c460521a5
BLAKE2b-256 fa6cd35723d732de4b9188de193211e0488f5b99c309866096d0e2ce0d52c47a

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

3.0.2 This release

2 files

3.0.1

2 files

3.0.0

2 files

2.0.0

2 files

1.0.8

2 files

1.0.7

2 files

1.0.6

2 files

1.0.5

2 files

1.0.4

2 files

1.0.3

2 files

1.0.2

2 files

1.0.1

2 files

1.0.0

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page