Total Complexity | 4 |
Total Lines | 14 |
Duplicated Lines | 0 % |
Changes | 5 | ||
Bugs | 0 | Features | 1 |
1 | # encoding=utf8 |
||
7 | Authors: Iztok Fister Jr. |
||
8 | |||
9 | License: MIT |
||
10 | |||
11 | Function: Sphere function |
||
12 | |||
13 | Input domain: |
||
14 | The function can be defined on any input domain but it is usually |
||
15 | evaluated on the hypercube x_i ∈ [0, 10], for all i = 1, 2,..., D. |
||
16 | |||
17 | Global minimum: |
||
18 | f(x*) = 0, at x* = (0,...,0) |
||
19 | |||
20 | LaTeX formats: |
||
21 | Inline: $f(x) = \sum_{i=1}^D x_i^2$ |
||
51 |