GALGO-2.0
GALGO-2.0 copied to clipboard
bug with differing endcoding sizes
If I use
galgo::Parameter<float,16> a(0,1) galgo::Parameter<float,4> b(0,1)
then ptr->idx == {0,4} which is wrong and should be {0,16} (at least the way idx is currently used)
In the consequence decoding the chromosome delivers wrong values
hi, did also find some bugs? I found a big bug for the chromosome, which makes this library not work, and it is not an algorithm. Could see the issue I posted? Thanks!
Hi all,
Yes only same size parameter was tested.
AL