Skip to content

Commit

Permalink
Last commit for sure, the minimum should be the same found by the test.
Browse files Browse the repository at this point in the history
  • Loading branch information
gugarosa committed Aug 14, 2020
1 parent 204ab5a commit dc57794
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opytimark/markers/two_dimensional.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ class Ackley3(Benchmark):
The function is commonly evaluated using :math:`x_1 \in [-32, 32], x_2 \in [-32, 32]`.
Global Minima:
:math:`f(\mathbf{x^*}) \\approx 195.629028238419 \mid \mathbf{x^*} \\approx (\pm 0.682584587365898, -0.36075325513719)`.
:math:`f(\mathbf{x^*}) \\approx -195.62902823841935 \mid \mathbf{x^*} \\approx (\pm 0.682584587365898, -0.36075325513719)`.
"""

Expand Down

0 comments on commit dc57794

Please sign in to comment.