Benchmark Functions¶
This module contains the implementation of several benchmark functions that are commonly used to test optimization algorithms.
You also have the possibility to create your own custom function by inheriting from the CustomFunction class.
Custom Function¶
Custom Function |
|
|
Represents a mathematically defined domain for polygonal mesh. |
Benchmark Functions¶
Ackley Function |
|
Beale Function |
|
Booth Function |
|
Crossintray Function |
|
Eggholder Function |
|
Goldstein Price Function |
|
McCormick Function |
|
Rastrigin Function |
|
|
Rosenbrock Function |
Sphere Function |
|
Styblinski-Tang Function |
|
Wheeler's Ridge Function |
|
Levy Function |
Topological Domain¶
Represents a mathematically defined domain for polygonal mesh. |
|
Represents a mathematically defined domain for polygonal mesh. |
|
Represents a mathematically defined domain for polygonal mesh. |
|
Represents a mathematically defined domain for polygonal mesh. |
|
Represents a mathematically defined domain for polygonal mesh. |
|
Represents a mathematically defined domain for polygonal mesh. |