Skip to content

Releases: jump-dev/MultiObjectiveAlgorithms.jl

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)

v1.3.0

24 Oct 19:08
bc0239d
Compare
Choose a tag to compare

MultiObjectiveAlgorithms v1.3.0

Diff since v1.2.0

Merged pull requests:

  • Add support for TimeLimitSec to Lexicographic (#70) (@vcoppe)
  • Skip failing test in DominguezRios.jl (#71) (@odow)
  • Over-estimate nadir point in algorithms to fix cycling (#73) (@kofgokhan)
  • Prep for v1.3.0 (#74) (@odow)

Closed issues:

  • DominguezRios does not terminate (#72)

v1.2.0

16 Aug 08:39
665cf9c
Compare
Choose a tag to compare

MultiObjectiveAlgorithms v1.2.0

Diff since v1.1.0

Merged pull requests:

  • Add support for VectorNonlinearFunction objectives (#68) (@odow)
  • Remove duplicated methods (#69) (@odow)