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
Hello,
I have been using you differential evolution solver and it works really nice. In my case I know the bounds of the parameters, what I do now is to squish the samples of DE through a sigmoid and then scale them up with sigmoid (x) * (max - min) + min for each parameter. Is it possible to directly hand over the bounds?
The text was updated successfully, but these errors were encountered:
Hello,
I have been using you differential evolution solver and it works really nice. In my case I know the bounds of the parameters, what I do now is to squish the samples of DE through a sigmoid and then scale them up with sigmoid (x) * (max - min) + min for each parameter. Is it possible to directly hand over the bounds?
The text was updated successfully, but these errors were encountered: