Skip to content

Commit

Permalink
Acknowledge BBOB suite
Browse files Browse the repository at this point in the history
  • Loading branch information
FurongYe committed Dec 6, 2019
1 parent a72ad97 commit 7b97260
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@ This is the __benchmarking platform__ for <b>I</b>terative <b>O</b>ptimization <

<b>IOHexperimenter</b> <i>provides</i>:

* A framework for straightforward benchmarking of any iterative optimization heuristic
* A suite consisting of 23 pre-made Pseudo-Boolean benchmarking function, with easily accessible methods for adding custom functions and suites
* Logging methods to effortlesly store benchmarking data in a format compatible with __IOHanalyzer__, with future support for additional data logging options
* (__Soon to come__:) A framework which significantly simplifies algorithm design
* A framework for straightforward benchmarking of any iterative optimization heuristic.
* A Pseudo-Boolean Optimization (PBO) benchmark suite, containing 23 test problems.
* The integration of 24 Black-Box Optimization Benchmarking (BBOB) functions on the continuous domain. We directly take the C implementation of BBOB test functions from [https://github.com/numbbo/coco](https://github.com/numbbo/coco), with some modifications to accommodate our framework.
* Logging methods to effortlesly store benchmarking data in a format compatible with __IOHanalyzer__, with future support for additional data logging options.
* (__Soon to come__:) A framework which significantly simplifies algorithm design.

<b>IOHexperimenter</b> is <i>built on</i>:

Expand Down

0 comments on commit 7b97260

Please sign in to comment.