Skip to content

v1.7.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 08 Sep 07:22
· 1 commit to master since this release
8b55c11

MultiObjectiveAlgorithms v1.7.0

Diff since v1.6.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:

  • Lexicographic default (#137)
  • Standardize and support CTRL+C (#139)
  • Things to fix (#141)
  • Xavier's new algorithms (#145)
  • Sandwiching should accept a sub optimizer (#146)
  • A suggestion to make the results query more intuitive (#151)