RobertTLange / evosax

Evolution Strategies in JAX 🦎
Apache License 2.0
480 stars 44 forks source link

Bounds for optimization #71

Open MaAl13 opened 2 months ago

MaAl13 commented 2 months ago

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?