GALGO-2.0 icon indicating copy to clipboard operation
GALGO-2.0 copied to clipboard

bug with differing endcoding sizes

Open kameamea opened this issue 6 years ago • 2 comments

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

kameamea avatar Mar 27 '18 17:03 kameamea

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!

langongjin avatar Oct 16 '18 09:10 langongjin

Hi all,

Yes only same size parameter was tested.

AL

alanthie avatar Aug 23 '19 13:08 alanthie