函数名
表达式
搜索范围
最优值
Sphere
f 1 ( x ) = ∑ i = 1 d x i 2
[−100, 100]
0
Rosenbrock
f 2 ( x ) = ∑ i = 1 d − 1 [ 100 ( x i + 1 − x i 2 ) 2 + ( x i − 1 ) 2 ]
[−30, 30]
Rastrigin
f 3 ( x ) = ∑ i = 1 d [ x i 2 − 10 cos ( 2 π x i ) + 10 ]
[−5.12, 5.12]
Griedwank
f 4 ( x ) = 1 4000 ∑ i = 1 d x i 2 − ∏ i = 1 d cos ( x i i ) + 1