Skip to content

Releases: anyoptimization/pymoo

0.3.1

15 Aug 21:30

Choose a tag to compare

NEW Major Release: pymoo 0.3.1

  • Merging pymop into pymoo - all test problems are included
  • Improved Getting Started Guide
  • Added Visualization
  • Added Decision Making
  • Added GD+ and IGD+
  • New Termination Criteria “x_tol” and “f_tol”
  • Added Mixed Variable Operators and Tutorial
  • Refactored Float to Integer Operators
  • Fixed NSGA-III Normalization Variable Swap
  • Fixed casting issue with latest NumPy version for integer operators
  • Removed the dependency of Cython for installation (.c files are delivered now)

0.3.0

26 Apr 20:38

Choose a tag to compare

NEW Major Release: pymoo 0.3.0

  • New documentation and webpage (https://pymoo.org)
  • Improved version of Differential Evolution (jitter, dither)
  • New crossovers (UX, HUX, ...)
  • R-NSGA-II Implementation added

VERSION 0.2.5

04 Mar 19:40

Choose a tag to compare

Minor modifications

VERSION 0.2.1

21 Sep 14:29

Choose a tag to compare

VERSION 0.2.1

VERSION 0.2.0

11 Aug 15:16

Choose a tag to compare

First release of this optimization framework that is stored online.