rvop is a real-valued optimization problem library for Java. These kind of problems are commonly used as benchmark functions for optimization algorithms
Function | Multimodal | Asymmetric | Seperability |
---|---|---|---|
Ackley | Multimodal | Asymmetric | Inseperable |
Griewank | Multimodal | Inseperable | |
Lunacek | Multimodal | Asymmetric | Inseperable |
Rastrigin | Multimodal | ||
Rosenbrock | Multimodal | Asymmetric | Inseperable |
Schwefel | Multimodal | Asymmetric | |
Sphere | |||
Step | |||
Styblinsky Tang | |||
Weighted Sphere | |||
Whitley | Multimodal | Asymmetric | Inseperable |
All problems implement the eu.geekproject.rvop.OptimizationProblem
interface.