Skip to content

Releases: jump-dev/MultiObjectiveAlgorithms.jl

v1.1.0

13 Jun 23:11
1f57da3

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

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

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

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

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

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

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

Choose a tag to compare

MultiObjectiveAlgorithms v0.1.2

Diff since v0.1.1

Closed issues:

  • Algorithms to add (#15)

Merged pull requests:

v0.1.1

16 Feb 16:17
b03c3ff

Choose a tag to compare

MultiObjectiveAlgorithms v0.1.1

Closed issues:

  • Relation of MOO.jl to Milt Output Optimize (#1)
  • Add dichotomy method (#16)
  • Add option to Lexicographic to solve all permutations (#17)
  • Filter weakly nondominated solution from SolutionPoint (#20)
  • TagBot trigger issue (#38)

Merged pull requests:

  • Large update for MathOptInterface v1.0 (#2) (@odow)
  • Add a Hierarchical algorithm (#3) (@odow)
  • Add better documentation (#4) (@odow)
  • Add Lexicographic solver (#5) (@odow)
  • Rename nise.jl to NISE.jl (#6) (@odow)
  • Remove JuMP from tests (#7) (@odow)
  • Remove out-dated comment (#8) (@odow)
  • Add EpsilonConstraint algorithm (#9) (@odow)
  • s/utopia/ideal_point (#12) (@odow)
  • s/ParetoSolution/SolutionPoint (#13) (@odow)
  • Add ObjectiveAbsoluteTolerance and use in EpsilonConstraint (#14) (@odow)
  • Rename to MultiObjectiveAlgorithms.jl (#18) (@odow)
  • Add all_permutations argument to Lexicographic (#19) (@odow)
  • Add tests for filter_nondominated (#21) (@odow)
  • Add KirlikSayin algorithm (#22) (@kofgokhan)
  • Update to MOI v1.12.0 (#23) (@odow)
  • Update README.md (#24) (@odow)
  • Update README for public release (#25) (@odow)
  • Add TagBot.yml (#26) (@odow)
  • Add extra compat bounds (#27) (@odow)
  • Add Dominguez-Rios et al algorithm (#28) (@kofgokhan)
  • Fix a few stray MOO acronyms (#30) (@odow)
  • Switch the default options for EpsilonConstraint (#31) (@odow)
  • Use import MultiObjectiveAlgorithms as MOA (#32) (@odow)
  • Add MOI.Test.runtests and fix bugs (#33) (@odow)
  • Add coverage to README and fix typos (#34) (@odow)
  • Refactor to use _compute_point in all algorithms (#35) (@odow)
  • Return informative TerminationStatus on failure (#36) (@odow)