Skip to content

Releases: EMI-Group/evox

v0.6.2

20 Dec 07:54
v0.6.2
5b59da1
Compare
Choose a tag to compare

General bug fix.
Updated documentation website.

Release v0.6.1

19 Dec 07:21
v0.6.1
ef8ef71
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.6.0...v0.6.1

v0.6.0

30 Nov 06:46
v0.6.0
6fa41bf
Compare
Choose a tag to compare

What's Changed

  • New README.md.
  • Much improved document.
  • Add init_ask and init_tell support. This extension allows one to easily initialize the population, when the population size and the offspring size don't match.
  • Workflow now accept opt_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 with opt_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 has save and load to save your state to the disk. With this, one can easily save and restore the optimization process.

Release v0.5.1

16 Oct 15:39
v0.5.1
e06d993
Compare
Choose a tag to compare
Release v0.5.1

Release v0.5.0

13 Oct 03:57
v0.5.0
94861a3
Compare
Choose a tag to compare
Release v0.5.0

Release 0.4.1

05 Sep 05:36
v0.4.1
921d61a
Compare
Choose a tag to compare

General bug fixes.

v0.4.0

26 Aug 10:51
0.4.0
da9f42b
Compare
Choose a tag to compare
Release 0.4.0

Release 0.3.0

07 Aug 07:40
v0.3.0
08faaa7
Compare
Choose a tag to compare

New single/multi-objective algorithms
New operators
New experimental universal workflow

v0.2.0

13 Jun 07:03
v0.2.0
b81f4ae
Compare
Choose a tag to compare

New feature 🎉
StdSOMonitor and StdMOMonitor

Pre-release version 0.0.3

09 Feb 12:46
v0.0.3
50df688
Compare
Choose a tag to compare
Pre-release

Highlights:

  • 📖 Much improved documentation
  • 📦 Package for pypi