Releases: thomasWeise/aitoa-code
Releases · thomasWeise/aitoa-code
log-evaluation-alpha
alpha with better log and log evaluation support
alpha 4 with bug fix
This release fixes a bug in the hill-climber-like algorithms.
If these algorithms discovered the global optimum with their first random sample, they would sample one more solution.
Now they properly terminate instead.
Also, the bit string based search spaces print one "{" instead of "{ {" when printing the java representation of their solutions.
alpha 3 with bug fix for other alphas
the bug in 1+1 EA with fitness is fixed
alpha 2
minor update: there is a bug in 1+1 EA with fitness, will be fixed right away in next release
alpha
A first alpha release which would allow you to even use our educational code as a library.