Releases: anyoptimization/pymoo
Releases · anyoptimization/pymoo
0.3.1
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
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
Minor modifications
VERSION 0.2.1
VERSION 0.2.1
VERSION 0.2.0
First release of this optimization framework that is stored online.