Benchmark Function Experiments#

The hyperactive.experiment.bench module contains standard benchmark functions for testing and comparing optimization algorithms.

These mathematical functions have known properties and are commonly used in optimization research.

Ackley([a, b, c, d])

Ackley function, common benchmark for optimization algorithms.

Parabola([a, b, c])

2D parabola, common benchmark for optimization algorithms.

Sphere([const, n_dim])

Simple Sphere function, common benchmark for optimization algorithms.