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
As I understand, the cause of the problem is non-normalized data. I would suggest to normalize data between [0, 1] to perform cluster analysis using genetic algorithm, for example, using the same approach as you suggested for the fitness function.
Nevertheless, I have added human-readable error that explains how to resolve the issue.
I'm getting fitness values over 10000 for example, which cause the
_select()
function to overflow here:Perhaps clip the
fitness
array before exponentiating?The text was updated successfully, but these errors were encountered: