|
| class | BoothFunction |
| | The Booth function, defined by. More...
|
| |
| class | BukinFunction |
| | The Bukin function, defined by. More...
|
| |
| class | ColvilleFunction |
| | The Colville function, defined by. More...
|
| |
| class | DropWaveFunction |
| | The Drop-Wave function, defined by. More...
|
| |
| class | EasomFunction |
| | The Easom function, defined by. More...
|
| |
| class | EggholderFunction |
| | The Eggholder function, defined by. More...
|
| |
| class | GDTestFunction |
| | Very, very simple test function which is the composite of three other functions. More...
|
| |
| class | GeneralizedRosenbrockFunction |
| | The Generalized Rosenbrock function in n dimensions, defined by f(x) = sum_i^{n - 1} (f(i)(x)) f_i(x) = 100 * (x_i^2 - x_{i + 1})^2 + (1 - x_i)^2 x_0 = [-1.2, 1, -1.2, 1, ...]. More...
|
| |
| class | MatyasFunction |
| | The Matyas function, defined by. More...
|
| |
| class | McCormickFunction |
| | The McCormick function, defined by. More...
|
| |
| class | RastriginFunction |
| | The Rastrigin function, defined by. More...
|
| |
| class | RosenbrockFunction |
| | The Rosenbrock function, defined by: More...
|
| |
| class | RosenbrockWoodFunction |
| | The Generalized Rosenbrock function in 4 dimensions with the Wood Function in four dimensions. More...
|
| |
| class | SchwefelFunction |
| | The Schwefel function, defined by. More...
|
| |
| class | SGDTestFunction |
| | Very, very simple test function which is the composite of three other functions. More...
|
| |
| class | SparseTestFunction |
| |
| class | SphereFunction |
| | The Sphere function, defined by. More...
|
| |
| class | StyblinskiTangFunction |
| | The Styblinski-Tang function, defined by. More...
|
| |
| class | WoodFunction |
| | The Wood function, defined by f(x) = f1(x) + f2(x) + f3(x) + f4(x) + f5(x) + f6(x) f1(x) = 100 (x2 - x1^2)^2 f2(x) = (1 - x1)^2 f3(x) = 90 (x4 - x3^2)^2 f4(x) = (1 - x3)^2 f5(x) = 10 (x2 + x4 - 2)^2 f6(x) = (1 / 10) (x2 - x4)^2 x_0 = [-3, -1, -3, -1]. More...
|
| |