Releases: jump-dev/MultiObjectiveAlgorithms.jl
Releases · jump-dev/MultiObjectiveAlgorithms.jl
v1.8.1
MultiObjectiveAlgorithms v1.8.1
Merged pull requests:
- Update DominguezRios to delete boxes that are already searched. (#166) (@kofgokhan)
- Ensure filter_nondominated is called for all algorithms (#168) (@odow)
- Prep for v1.8.1 (#169) (@odow)
Closed issues:
- Error if Algorithm shouldn't be used on a problem type (#157)
v1.8.0
MultiObjectiveAlgorithms v1.8.0
Merged pull requests:
- Fix typo in README (#155) (@odow)
- Update to JSON@1 (#156) (@odow)
- Add docstrings and export public symbols (#159) (@odow)
- Update README to make a few things clearer (#160) (@odow)
- Clarify that some algorithms are specialized to particular problem cl… (#161) (@odow)
- Add more doc links to the tutorial (#162) (@odow)
- Add logging for each algorithm (#164) (@odow)
- Prep for v1.8.0 (#165) (@odow)
Closed issues:
v1.7.0
MultiObjectiveAlgorithms v1.7.0
Merged pull requests:
- Add a warning when lexicographic used with default args and 5+ objectives (#138) (@odow)
- Add support for interrupting during the solve loops (#140) (@odow)
- Allow Dichotomy to return solutions on error (#142) (@odow)
- Allow Chalmet to return solutions on error (#143) (@odow)
- Update code coverage (#144) (@odow)
- Improve code coverage (#147) (@odow)
- Fix optimizer factory usage in Sandwiching (#148) (@odow)
- Move time limit check to solve loop in Dichotomy (#149) (@odow)
- Sort based on optimization sense (#152) (@odow)
- Prep for v1.7.0 (#153) (@odow)
Closed issues:
v1.6.0
v1.5.0
MultiObjectiveAlgorithms v1.5.0
Merged pull requests:
- Refactor tests to use a suite of common test problems (#114) (@odow)
- Add UKP problem instances from vOptLib (#115) (@odow)
- Simplify algorithms by allowing them to assume minimization (#116) (@odow)
- Fix bug in Chalmet (#117) (@odow)
- Fix comparison for non-dominated to account for tolerances (#118) (@odow)
- Enable vOptLib tests for KirlikSayin and TambyVanderpooten (#119) (@odow)
- Allow subproblem failures in DominguezRios (#121) (@odow)
- Fix various usages of MOI.delete (#123) (@odow)
- Add tests for solve failures in Chalmet (#124) (@odow)
- Add RandomWeighting algorithm (#127) (@odow)
- Add link to the JuMP tutorials (#129) (@odow)
- Add Sandwiching (#130) (@kofgokhan)
- Prep for v1.5.0 (#131) (@odow)
Closed issues:
v1.4.3
MultiObjectiveAlgorithms v1.4.3
Merged pull requests:
v1.4.2
v1.4.1
MultiObjectiveAlgorithms v1.4.1
Merged pull requests: