Skip to content

Releases: EMI-Group/evox

Release v0.8.1

23 Apr 13:55
3d6a6be
Compare
Choose a tag to compare

What's Changed

Include an important bug fix and introduces the Tensorflow Dataset

Full Changelog: v0.8.0...v0.8.1

v0.8.0

22 Apr 12:07
ec0bf93
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.1...v0.8.0

v0.7.1

13 Mar 03:43
v0.7.1
a3a27bc
Compare
Choose a tag to compare

What's Changed

General bug fixes, users at v0.7.0 are recommended to upgrade to v0.7.1.

New Contributors

Full Changelog: v0.7.0...v0.7.1

v0.7.0

22 Feb 03:10
v0.7.0
8a4d7f7
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.6.3...v0.7.0

v0.6.3

10 Jan 08:59
v0.6.3
7fcce32
Compare
Choose a tag to compare

What's Changed

  • Critical bug fixes
    1. Fix the tournment selection operator. d2340bf
    2. Fix the CPSO-S algorithm. #98
  • Update README.md and document.
  • Chinese translation of the document.

Full Changelog: v0.6.2...v0.6.3

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