Optimization Benchmarking

View project on GitHub

Alpha Release: Version 0.8.0

01 Jun 2015

The first alpha version of the optimizationBenchmarking.org evaluator has been released, together with a first version of the project introduction slides and two examples.

This version is already functional although it still lacks some major features and may be buggy. The generated reports are still empty except for the figures, several features of the TSP Suite evaluator are missing and will be implemented step-by-step into this more general evaluator component.

You can already use it to evaluate data gathered from your own experiments, with COCO), or with TSP Suite. It can produce reports in LaTeX, XHTML, or in a textual format suitable for export to other applications. So, although we still have some way to go, this release is a first major milestone and can already be used.

Downloads

Besides the downloads from our Maven repository, you can also download this version of the command-line tool from GitHub (where only the sources are provided).

Maven POM

The optimizationBenchmarking.org framework can also be used as library inside your own software. If you build with Maven, then you can use version 0.8.0 of the optimizationBenchmarking.org framework as external dependency by including the following information in your Maven POM.

<repositories>
  <repository>
    <id>optimizationBenchmarking</id>
    <url>http://optimizationbenchmarking.github.io/optimizationBenchmarking/repo/</url>
  </repository>
</repositories>
<dependencies>
  <dependency>
    <groupId>optimizationBenchmarking.org</groupId>
    <artifactId>optimizationBenchmarking</artifactId>
    <version>0.8.0</version>
  </dependency>
</dependencies>

[home] • [downloads] • [project versions] • [atom feed] • [RSS feed]