Skip to content

Commit

Permalink
Update pypop7/benchmarks/base_functions.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Evolutionary-Intelligence committed Aug 16, 2024
1 parent c3dd0ea commit ce733a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pypop7/benchmarks/base_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ def __call__(self, x):
def discus(x):
"""**Discus** (also called **Tablet**) test function.
.. note:: It's LaTeX formulation is `$10^6 x_1^2 + \sum_{i = 2}^{n} x_i^2$`. Its dimensionality should `> 1`.
.. note:: Its dimensionality should `> 1`.
Parameters
----------
Expand All @@ -125,7 +125,7 @@ def discus(x):

class Discus(BaseFunction): # also called Tablet
def __call__(self, x):
"""
"""Class of **Discus** (also called **Tablet**) test function.
Parameters
----------
Expand Down

0 comments on commit ce733a9

Please sign in to comment.