Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
0.5.0 source code.tar.gz | 2023-11-02 | 1.7 MB | |
0.5.0 source code.zip | 2023-11-02 | 1.8 MB | |
README.md | 2023-11-02 | 810 Bytes | |
Totals: 3 Items | 3.6 MB | 0 |
New Features
- Allow the user to reach the search algorithm's internal optimizer by @engintoklu in https://github.com/nnaisense/evotorch/pull/89
- Make EvoTorch future-proof by @engintoklu in https://github.com/nnaisense/evotorch/pull/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 https://github.com/nnaisense/evotorch/pull/90
Fixes
- Fix
get_minibatch()
ofSupervisedNE
by @engintoklu in https://github.com/nnaisense/evotorch/pull/74 - Fix division-by-zero while initializing
CMAES
by @engintoklu in https://github.com/nnaisense/evotorch/pull/86 - Fix wrong defaults of
SteadyStateGA
by @engintoklu in https://github.com/nnaisense/evotorch/pull/87