Description Usage Arguments Details Value Examples
This function is a classic benchmark function for testing optimization algorithms.
1 | griewank(x)
|
x |
vector for calculating the Griewank function value. |
Complex function with many local minima, which are regularly distributed. Usually evaluated with x_i in [-600,600] for each i. Global minimum f(x')=0 in x'=(0,...,0).
If x is a vector, returns the Griewank function value corrisponding to this vector. If is a matrix, returns the value of the function applied on each row vector.
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.