Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug with differing endcoding sizes #4

Open
kameamea opened this issue Mar 27, 2018 · 2 comments
Open

bug with differing endcoding sizes #4

kameamea opened this issue Mar 27, 2018 · 2 comments

Comments

@kameamea
Copy link

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

@langongjin
Copy link

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!

@alanthie
Copy link

Hi all,

Yes only same size parameter was tested.

AL

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants