Skip to content

Commit

Permalink
Update base_functions.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Chang-SHAO authored Jun 30, 2024
1 parent 08873a5 commit 677cd7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pypop7/benchmarks/base_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -746,7 +746,7 @@ def __call__(self, x):
def michalewicz(x):
"""**Michalewicz** test function.
.. note:: It's LaTeX formulation is `$f(x) = -\sum_{i = 1}^{n}\sin(x_i)(\sin(\frac{ix_i^2}{\pi}))^{20}$`.
.. note:: It's LaTeX formulation is `$-\sum_{i = 1}^{n}\sin(x_i)(\sin(\frac{ix_i^2}{\pi}))^{20}$`.
Parameters
----------
Expand Down

0 comments on commit 677cd7c

Please sign in to comment.