Releases: jump-dev/MultiObjectiveAlgorithms.jl
Releases · jump-dev/MultiObjectiveAlgorithms.jl
v1.1.0
MultiObjectiveAlgorithms v1.1.0
Merged pull requests:
- Add Tamby Vanderpooten algorithm (#67) (@kofgokhan)
v1.0.0
MultiObjectiveAlgorithms v1.0.0
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
MultiObjectiveAlgorithms v0.1.7
Merged pull requests:
- Support solve_time(model) (#56) (@remi-garcia)
v0.1.6
MultiObjectiveAlgorithms v0.1.6
Merged pull requests:
v0.1.5
MultiObjectiveAlgorithms v0.1.5
Closed issues:
- EpsilonConstraint doesn't terminate (#50)
Merged pull requests:
v0.1.4
v0.1.3
MultiObjectiveAlgorithms v0.1.3
Closed issues:
Merged pull requests:
v0.1.2
v0.1.1
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)