Skip to content

Releases: jump-dev/MultiObjectiveAlgorithms.jl

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)

v1.1.0

13 Jun 23:11
1f57da3
Compare
Choose a tag to compare

MultiObjectiveAlgorithms v1.1.0

Diff since v1.0.0

Merged pull requests:

v1.0.0

19 Apr 23:52
38cf4e1
Compare
Choose a tag to compare

MultiObjectiveAlgorithms v1.0.0

Diff since v0.1.7

Closed issues:

  • efficient solution/non-dominated point missing with MOA.Lexicographic() (#58)
  • KirlikSayin with unbounded objectives (#60)
  • Fix when solver doesn't support objective (#61)

Merged pull requests:

  • Update README (#57) (@odow)
  • [breaking] Add LexicographicAllPermutations and change default (#59) (@odow)
  • Fix support for VectorOfVariables objectives (#62) (@odow)
  • Fix MOI.supports for MOI.ObjectiveFunction (#63) (@odow)
  • Fix warning on non-finite nadir point (#64) (@odow)
  • Add warning for removed all_permutations (#65) (@odow)
  • Prep for v1.0.0 (#66) (@odow)

v0.1.7

28 Mar 19:41
27de172
Compare
Choose a tag to compare

MultiObjectiveAlgorithms v0.1.7

Diff since v0.1.6

Merged pull requests:

v0.1.6

23 Mar 21:57
aa7bb35
Compare
Choose a tag to compare

MultiObjectiveAlgorithms v0.1.6

Diff since v0.1.5

Merged pull requests:

v0.1.5

19 Mar 22:19
3e3bca2
Compare
Choose a tag to compare

MultiObjectiveAlgorithms v0.1.5

Diff since v0.1.4

Closed issues:

  • EpsilonConstraint doesn't terminate (#50)

Merged pull requests:

  • Fix finite termination of EpsilonConstraint (#51) (@odow)

v0.1.4

26 Feb 00:38
8dab844
Compare
Choose a tag to compare

MultiObjectiveAlgorithms v0.1.4

Diff since v0.1.3

Merged pull requests:

v0.1.3

21 Feb 20:11
d23472a
Compare
Choose a tag to compare

MultiObjectiveAlgorithms v0.1.3

Diff since v0.1.2

Closed issues:

  • No method matching _scalarize(::VectorQuadratic (#43)
  • Some solvers don't support delete (#44)

Merged pull requests:

  • Support VectorQuadraticFunction objectives (#45) (@odow)
  • Fix MOA with local solvers not supporting delete (#46) (@odow)
  • Prep for v0.1.3 (#47) (@odow)

v0.1.2

19 Feb 23:27
b798d58
Compare
Choose a tag to compare

MultiObjectiveAlgorithms v0.1.2

Diff since v0.1.1

Closed issues:

  • Algorithms to add (#15)

Merged pull requests: