Skip to content

Third Alpha Release

Pre-release
Pre-release
Compare
Choose a tag to compare
@thomasWeise thomasWeise released this 05 Jul 14:03
· 204 commits to master since this release

This is a minor new release, the third alpha version of our optimizationBenchmarking.org evaluator.

You can download its binaries from our Maven repository, which includes a stand-alone binary.

The robustness of the software has been improved, in particular it no longer strictly requires a Java JDK, but can also run under a JRE. If the evaluator is executed under a JDK and loads experiment data, it will automatically generate and compile data container classes which are tailored to the kind of data being read. Under a JRE, we will no longer throw an exception and terminate, but instead use fall-back classes. These classes are both slower and require more memory than the tailored ones, but at least the system will work properly.