Skip to content

Releases: thomasWeise/aitoa-code

First Draft of All-Logging Black-Box Process

06 Mar 10:52
Compare
Choose a tag to compare
0.8.38

First Take on All-Logging Black-Box Process

size limit for path cache of big experiments

04 Mar 00:40
Compare
Choose a tag to compare

We add a size limit of 1024*1024 for the cache of paths in the experiment executor.
The goal is to limit the memory consumption for experiments with very many runs.

minor issue requiring version stepping

02 Mar 02:17
Compare
Choose a tag to compare
0.8.36

minor issue requiring version stepping

better JSSP experiment

02 Mar 01:50
Compare
Choose a tag to compare
0.8.35

better JSSP experiment

better GPU detection

24 Feb 12:28
Compare
Choose a tag to compare

The system information automatically added to the log files is now more or less complete, as we now also include GPU and GPU vendor names.

simplify HillClimberWithRestarts

18 Feb 22:46
Compare
Choose a tag to compare
HillCimberWithRestarts now uses constant number of steps before restart

A simpler version of the algorithm - let's not always over-think things

minor improvements

17 Feb 12:39
Compare
Choose a tag to compare

some minor improvements

Better EndResultStatistics

17 Feb 07:59
Compare
Choose a tag to compare

The EndResultStatistics now contain also statistics about the durations of the successful runs as well as pointers to the runs that correspond to mean/median/best/worst/... results.

better naming of algorithm setups

08 Feb 10:12
Compare
Choose a tag to compare

You can now supply a naming function to the experiment API which can give setup names based on the black box process setup.

Fixed Java Version Conflict

07 Feb 10:34
Compare
Choose a tag to compare

The previous build accidentally required Java 9, we are now back to Java 8.
Also, we now ignore errors during the deletion of temporary files.
In the Windows / AppVeyor builds, these errors do occur and I cannot find any reason.
So for now, we ignore them.