0.5.0
New Features
- Allow the user to reach the search algorithm's internal optimizer by @engintoklu in #89
- Make EvoTorch future-proof by @engintoklu in #77
- Ensure compatibility with PyTorch 2.0 and Brax 0.9
- Migrate from old Gym interface to Gymnasium
- Inform the user when
device
is not set correctly by @engintoklu in #90
Fixes
- Fix
get_minibatch()
ofSupervisedNE
by @engintoklu in #74 - Fix division-by-zero while initializing
CMAES
by @engintoklu in #86 - Fix wrong defaults of
SteadyStateGA
by @engintoklu in #87