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
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?
The text was updated successfully, but these errors were encountered:
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
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?
The text was updated successfully, but these errors were encountered: