Releases: EMI-Group/evox
Releases · EMI-Group/evox
v0.6.2
General bug fix.
Updated documentation website.
Release v0.6.1
What's Changed
- New visualization function for RL Environments by @WLS2002 in #84
- New ode algorithm by @starquakee in #85
- New schwefel function by @BillHuang2001 in #90
- General bug fixes
New Contributors
- @starquakee made their first contribution in #85
Full Changelog: v0.6.0...v0.6.1
v0.6.0
What's Changed
- New README.md.
- Much improved document.
- Add
init_ask
andinit_tell
support. This extension allows one to easily initialize the population, when the population size and the offspring size don't match. Workflow
now acceptopt_direction
parameter to configure the direction of the optimization process. it can be"min"
,"max"
or a["min"/"max", ...]
to specific the direction for each objective.Monitor
works withopt_direction
seamlessly. It will record the best solution according to the current opt_direction.Brax / Gym
are updated to support dynamic work distribution, it works even when the population size can't be divided by the number of workers. For example, you now can configure the Gym to use 3 CPUs, when the population size is 10, and 10 % 3 != 0.State
now hassave
andload
to save your state to the disk. With this, one can easily save and restore the optimization process.
Release v0.5.1
Release v0.5.1
Release v0.5.0
Release v0.5.0
Release 0.4.1
General bug fixes.
v0.4.0
Release 0.4.0
Release 0.3.0
New single/multi-objective algorithms
New operators
New experimental universal workflow
v0.2.0
New feature 🎉
StdSOMonitor and StdMOMonitor
Pre-release version 0.0.3
Highlights:
- 📖 Much improved documentation
- 📦 Package for pypi