We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b282691 commit 933a0ddCopy full SHA for 933a0dd
3 files changed
src/hyperactive/experiment/bench/_ackley.py
@@ -7,8 +7,6 @@
7
8
9
class Ackley(BaseExperiment):
10
- """Ackley class."""
11
-
12
r"""Ackley function, common benchmark for optimization algorithms.
13
14
The Ackley function is a non-convex function used to test optimization algorithms.
src/hyperactive/experiment/bench/_parabola.py
@@ -5,8 +5,6 @@
5
6
class Parabola(BaseExperiment):
- """Parabola class."""
r"""2D parabola, common benchmark for optimization algorithms.
Parabola parameterized by the formula:
src/hyperactive/experiment/bench/_sphere.py
class Sphere(BaseExperiment):
- """Sphere class."""
r"""Simple Sphere function, common benchmark for optimization algorithms.
Sphere function parameterized by the formula:
0 commit comments