Griewankfüggvény
The Griewank function is a non-convex, multimodal function commonly used for testing the performance of optimization algorithms. It is defined as:
f(x) = sum(x_i^2 / 4000) - product(cos(x_i / sqrt(i))) + 1
where x is a vector of n variables, and the summation and product are taken from i
The function's behavior is characterized by its highly oscillatory nature. As the number of dimensions increases,
Many optimization algorithms, such as genetic algorithms, particle swarm optimization, and simulated annealing, have been tested