You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
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
The text was updated successfully, but these errors were encountered: