GALGO-2.0
GALGO-2.0 copied to clipboard
Integer parameter
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?
Hi, You may check https://github.com/alanthie/GALGO-2.0 for integral type support. AL
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