Skip to content

Releases: jump-dev/MultiObjectiveAlgorithms.jl

v1.5.0

08 Jul 00:11
295c1dc
Compare
Choose a tag to compare

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)

v1.4.3

11 Jun 00:29
e20e684
Compare
Choose a tag to compare

MultiObjectiveAlgorithms v1.4.3

Diff since v1.4.2

Merged pull requests:

  • Fix scaling issue in DominguezRios (#104) (@odow)
  • Various fixes to KirlikSayin (#108) (@odow)
  • Add more tests to DominguezRios (#109) (@odow)
  • Various fixes to TambyVanderpooten (#110) (@odow)
  • Add more tests to a range of algorithms (#111) (@odow)
  • Prep for v1.4.3 (#112) (@odow)

v1.4.2

09 Apr 00:25
297b9f5
Compare
Choose a tag to compare

MultiObjectiveAlgorithms v1.4.2

Diff since v1.4.1

Merged pull requests:

  • Enable algorithms to update the ideal_point during a solve (#102) (@odow)
  • Prep for v1.4.2 (#103) (@odow)

v1.4.1

08 Apr 07:23
048fe40
Compare
Choose a tag to compare

MultiObjectiveAlgorithms v1.4.1

Diff since v1.4.0

Merged pull requests:

  • Add time limits to compute ideal point & dichotomy starting solutions (#99) (@sandyspiers)
  • Move computing the ideal point after the optimizer has run (#100) (@odow)
  • Prep for v1.4.1 (#101) (@odow)

v1.4.0

17 Mar 23:49
9a789dd
Compare
Choose a tag to compare

MultiObjectiveAlgorithms v1.4.0

Diff since v1.3.5

Merged pull requests:

  • Add ComputeIdealPoint attribute (#96) (@odow)
  • Prep for v1.4.0 (#97) (@odow)
  • Fix iteraction between ComputeIdealPoint and MOI.empty! (#98) (@odow)

Closed issues:

  • error raised when a JuMP variable with two indexes is used with GLPK and MOA (#94)
  • Add option to skip ideal point calculation (#95)

v1.3.5

15 Jan 00:40
af5eb49
Compare
Choose a tag to compare

MultiObjectiveAlgorithms v1.3.5

Diff since v1.3.4

Merged pull requests:

v1.3.4

22 Oct 01:58
47840c7
Compare
Choose a tag to compare

MultiObjectiveAlgorithms v1.3.4

Diff since v1.3.3

Merged pull requests:

  • Fix test return for new HiGHS version (#84) (@odow)
  • Small formatting change to avoid const MOI = MOA.MOI (#87) (@odow)
  • Disallow querying is_set_by_optimize attributes unless explicitly supported (#88) (@odow)
  • Prep for v1.3.4 (#89) (@odow)

Closed issues:

  • Some attributes don't make sense to query (#86)

v1.3.3

16 May 22:06
5832f38
Compare
Choose a tag to compare

MultiObjectiveAlgorithms v1.3.3

Diff since v1.3.2

Merged pull requests:

  • Update versions in GitHub actions (#80) (@odow)
  • Only include Julia files in src/algorithms (#81) (@odow)
  • Add Getting help section to README (#82) (@odow)
  • Prep for v1.3.3 (#83) (@odow)

v1.3.2

29 Dec 22:04
60bda9c
Compare
Choose a tag to compare

MultiObjectiveAlgorithms v1.3.2

Diff since v1.3.1

Merged pull requests:

  • Move ideal point computation to optimize! (#78) (@odow)
  • Prep for v1.3.2 (#79) (@odow)

v1.3.1

29 Nov 02:46
dced179
Compare
Choose a tag to compare

MultiObjectiveAlgorithms v1.3.1

Diff since v1.3.0

Merged pull requests:

  • Fix and add tests for constant offset in objective function (#76) (@odow)
  • Prep for v1.3.1 (#77) (@odow)

Closed issues:

  • Algorithms fail with constant term in objective (#75)