0% found this document useful (0 votes)
3 views1 page

Benchmarking Mathematical Functions

The document lists various benchmark mathematical functions used for optimization, categorizing them as unimodal or multimodal. Each function is accompanied by its mathematical formula, such as the Sphere function and the Rastrigin function. The functions serve different purposes in testing optimization algorithms.

Uploaded by

yasir90
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views1 page

Benchmarking Mathematical Functions

The document lists various benchmark mathematical functions used for optimization, categorizing them as unimodal or multimodal. Each function is accompanied by its mathematical formula, such as the Sphere function and the Rastrigin function. The functions serve different purposes in testing optimization algorithms.

Uploaded by

yasir90
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

Benchmark Mathematical Functions

S. No. Function Name Type Mathematical


Formula

1 Sphere Unimodal f(x) = ∑_{i=1}^{n}


x_i²

2 Sum Square Unimodal f(x) = ∑_{i=1}^{d}


i·x_i²

3 Step Unimodal f(x) = ∑_{i=1}^{d}


(x_i + 0.5)²

4 Schwefel Unimodal f(x) = 418.9829d −


∑_{i=1}^{d} x_i
sin(√x_i)

5 Rastrigin Multimodal f(x) = 10d +


∑_{i=1}^{d} [x_i² −
10 cos(2πx_i)]

6 Alpine Multimodal f(x) = ∑_{i=1}^{d}


(x_i sin(x_i) + 0.1x_i)

7 Holzman Multimodal f(x) = ∑_{i=1}^{n}


i·x_i⁴

You might also like