Description Usage Arguments Details Value Examples
This function is a classic benchmark function for testing optimization algorithms.
1 | schwefel(x)
|
x |
vector for calculating the schwefel function value. |
This function is complex with many local minima. The function presents a global minimum at x' = (420.9687,...,420.9687) and f(x')=0. Usually is evaluated on the hypercube denoted by: x_i in [-500,500].
If x is a vector, returns the schwefel 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.