Skip to content

Releases: thomasWeise/aitoa-code

log-evaluation-alpha

13 Nov 23:41
Compare
Choose a tag to compare

alpha with better log and log evaluation support

alpha 4 with bug fix

03 Nov 14:04
Compare
Choose a tag to compare

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

03 Nov 12:43
Compare
Choose a tag to compare

the bug in 1+1 EA with fitness is fixed

alpha 2

03 Nov 09:57
Compare
Choose a tag to compare

minor update: there is a bug in 1+1 EA with fitness, will be fixed right away in next release

alpha

02 Nov 17:11
Compare
Choose a tag to compare

A first alpha release which would allow you to even use our educational code as a library.