v1.0.0a1
Pre-release
Pre-release
Released EvoX 1.0.0a1 🎉 — EvoX 🤝 PyTorch for full compatibility! For users seeking the previous JAX-based version, please refer to the v0.9.0 branch.
What's Changed
- Fix typo in the core docstring by @dandansamax in #153
- Add 6 PSO variants to EvoXTorch by @XU-Boqing in #158
- Add
SupervisedLearningProblem
andParamsAndVector
components with tests for neuroevolution process on PyTorch based EvoX. by @liyc5929 in #159 - EvoXTorch project structure changes by @BillHuang2001 in #157
- Dev bh docs by @BillHuang2001 in #163
- Evoxtorch dev doc by @BillHuang2001 in #166
- Add RVEA algorithm by @BillHuang2001 in #161
- Add HPO developer guide by @generaldi in #167
- Add 4 doc files. by @XU-Boqing in #171
- Fixed CEC2022 by @LYinMX in #173
- Modify HPO,picture.Add containers. by @generaldi in #176
- multi-objective algorithm example docs by @Nam-dada in #175
- Add cec2022 (12 so problems), and the test file. by @XU-Boqing in #162
- Add CMA-ES algorithm by @XinyaoLi0212 in #177
- fix de.py selection bug and add ode.py by @starquakee in #164
- Modify 4 docs. by @XU-Boqing in #172
- Try to make docs' link goes well. by @XU-Boqing in #180
- Add JaDE by @starquakee in #181
- Add HPO for user gd, modify HPO for developer gd. by @generaldi in #179
- Add NSGA2 and MOEA/D by @Zhenyu2Liang in #182
- Upgrade Multi-Objective Algorithm examples page by @Nam-dada in #178
- Optimizing text. by @Nam-dada in #183
- Add jit wsd part by @generaldi in #184
- Add hpo in index by @generaldi in #185
- Add hv and gd metric by @Zhenyu2Liang in #186
- Finish document of numerical optimization in example and fix PSO. by @XinyaoLi0212 in #189
- Evoxtorch-dev-lh by @LiHao-MS in #190
- Add link. by @Nam-dada in #193
- Add part of the jit-vmap doc. by @XU-Boqing in #188
- Add EvoX installation guide by @JiangTao97 in #191
- Add some ES and DE by @LYinMX in #187
- Enable brax visualize by @BillHuang2001 in #194
- Monitor plot by @BillHuang2001 in #195
- Add win installer script and update install doc by @ZaberKo in #192
- Update win installer by @ZaberKo in #196
- Update the numerical optimization document and the comments of CMAES. by @XinyaoLi0212 in #197
- Update README by @Zhenyu2Liang in #199
- Fix some spelling mistakes of docs. by @XU-Boqing in #198
- Add doc "Transformation from MATLAB to PyTorch and EvoX" by @sses7757 in #200
- Add jit-vmap and supervised-learning tutorial documents. by @liyc5929 in #201
- Fix some mistakes inside the JIT doc. by @XU-Boqing in #202
- EvoXTorch Staging by @BillHuang2001 in #160
New Contributors
- @dandansamax made their first contribution in #153
- @XU-Boqing made their first contribution in #158
- @liyc5929 made their first contribution in #159
- @generaldi made their first contribution in #167
- @LYinMX made their first contribution in #173
- @Nam-dada made their first contribution in #175
- @XinyaoLi0212 made their first contribution in #177
- @JiangTao97 made their first contribution in #191
- @sses7757 made their first contribution in #200
Full Changelog: v0.9.0...v1.0.0a1