Skip to content

Real-valued optimization problem (rvop) library for Java

Notifications You must be signed in to change notification settings

geekproject/rvop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rvop

rvop is a real-valued optimization problem library for Java. These kind of problems are commonly used as benchmark functions for optimization algorithms

Benchmark Functions

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

Usage

All problems implement the eu.geekproject.rvop.OptimizationProblem interface.

Build Status

Build Status

About

Real-valued optimization problem (rvop) library for Java

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages