Releases: thomasWeise/aitoa-code
First Draft of All-Logging Black-Box Process
0.8.38 First Take on All-Logging Black-Box Process
size limit for path cache of big experiments
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
0.8.36 minor issue requiring version stepping
better JSSP experiment
0.8.35 better JSSP experiment
better GPU detection
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
HillCimberWithRestarts now uses constant number of steps before restart A simpler version of the algorithm - let's not always over-think things
minor improvements
some minor improvements
Better EndResultStatistics
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
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
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.