Alpha Release: Version 0.8.0
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
- Stand-Alone Command-Line Tool [md5] [sha1] — This includes all necessary dependencies. You can evaluate your experiments from the command line using this tool.
Command-Line Tool without Dependencies [md5] [sha1] — This is just the raw code of the core command-line tool. You will need the required third-party libraries to be in the classpath to run this.
Sources (of Command-Line Tool) [md5] [sha1] — This
jar
includes all sources of the core command-line tool.JavaDoc (of Command-Line Tool) [md5] [sha1] — This
jar
includes the comprehensive javdoc documentation of the core command-line tool.Maven
pom
[md5] [sha1] — This file is used by Maven to automatically find all dependencies when you use our core code as part of your software.
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]