Skip to content

v1.12.0

Latest

Choose a tag to compare

@github-actions github-actions released this 07 Jul 21:27
b4f7d66

MultiObjectiveAlgorithms v1.12.0

Diff since v1.11.0

Merged pull requests:

  • Slightly improve a tolerance issue in KirlikSayin (#198) (@odow)
  • Disable 32-bit linux CI job (#199) (@odow)
  • GeneralDichotomy implementation proposition (#200) (@smbct)
  • Refactor ext/ to prepare for GeneralDichotomy (#201) (@odow)
  • Simplify run_tests in each test file (#202) (@odow)
  • [GeneralDichotomy] remove wnorm (#205) (@odow)
  • [GeneralDichotomy] handle no solution case (#207) (@smbct)
  • fix issue on GeneralDichotomy initial weights (#208) (@smbct)
  • Prep for v1.12.0 (#209) (@odow)
  • [GeneralDichotomy] allow any primal feasible point from subsolve (#210) (@odow)

Closed issues:

  • Using MOA as a base to implement other multiobjective algorithms. (#190)
  • [GeneralDichotomy] what to do when sub-solve fails (#203)
  • [GeneralDichotomy] what is the purpose of wnorm? (#204)