File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ Bellow You'll find the definitions of all the test functions implemented in this
6
6
*** Function name:*** ` ackley `
7
7
8
8
``` math
9
- f(x) = -20 e^{-0.2 \sqrt{\frac{1}{D} \sum_ {i=1}^D x_i^2}} - e^{\frac{1}{D} \sum_ {i=1}^D \cos(2 \pi x_i)} + 20 + e
9
+ f(x) = -20 e^{-0.2 \sqrt{D^{-1} \sum\nolimits_ {i=1}^D x_i^2}} - e^{D^{-1} \sum\nolimits_ {i=1}^D \cos(2 \pi x_i)} + 20 + e
10
10
```
11
11
12
12
** Dimensions:** $D$
@@ -153,9 +153,9 @@ f(x) = \sum_{i = 1}^D \left( \sum_{j = 1}^D (j - \beta) \left( x_j^i - \frac{1}
153
153
*** Function name:*** ` pinter `
154
154
155
155
``` math
156
- f(\mathbf{x}) =
157
- \sum_{i=1}^D ix_i^2 + \sum_{i=1}^D 20i \sin^2 A + \sum_{i=1}^D i \log_{10} (1 + iB^2),\, \text{where}
158
-
156
+ f(x) = \sum_{i=1}^D ix_i^2 + \sum_{i=1}^D 20i \sin^2 A + \sum_{i=1}^D i \log_{10} (1 + iB^2),\, \text{where}
157
+ ```
158
+ ``` math
159
159
\begin{align}
160
160
A &= (x_{i-1}\sin(x_i)+\sin(x_{i+1})) \\
161
161
B &= (x_{i-1}^2 - 2x_i + 3x_{i+1} - \cos(x_i) + 1)
@@ -225,7 +225,7 @@ f(x) = \sum_{i=1}^{D-1} \left[100 (x_{i+1} - x_i^2)^2 + (x_i - 1)^2 \right]
225
225
*** Function name:*** ` salomon `
226
226
227
227
``` math
228
- f(x) = 1 - \cos\left(2\pi\sqrt{\sum_ {i=1}^D x_i^2} \right)+ 0.1 \sqrt{\sum_ {i=1}^D x_i^2}
228
+ f(x) = 1 - \cos\left(2\pi\sqrt{\sum\nolimits_ {i=1}^D x_i^2} \right)+ 0.1 \sqrt{\sum\nolimits_ {i=1}^D x_i^2}
229
229
```
230
230
231
231
** Dimensions:** $D$
You can’t perform that action at this time.
0 commit comments