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

Integer parameter #11

Open
MaEppl opened this issue Aug 12, 2019 · 2 comments
Open

Integer parameter #11

MaEppl opened this issue Aug 12, 2019 · 2 comments

Comments

@MaEppl
Copy link

MaEppl commented Aug 12, 2019

what is the reason why GALGO only supports double and float parameters? In my case the parameters are either 0 or 1 int values. Is it enough to use an int-random function or are there any other problems coming up in the mutation and crossover functions with an Integer GA problem?

@alanthie
Copy link

Hi,
You may check https://github.com/alanthie/GALGO-2.0 for integral type support.
AL

@MaEppl
Copy link
Author

MaEppl commented Aug 23, 2019

Thank you ! I tried your code. I get wrong results with smaller encoding sizes, which is related to #4 .
With int parameters constraint handling is not working. Didn't check the reason yet, but will take a closer look. I need this functionality

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

2 participants