Skip to content

v1.5.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 08 Jul 00:11
· 1 commit to master since this release
295c1dc

MultiObjectiveAlgorithms v1.5.0

Diff since v1.4.3

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:

  • DominguezRios assumes exact tolerances (#120)
  • Different results depending the MIP solver used (#122)
  • RandomWeighting (#125)
  • Sandwiching (#126)