Releases: jump-dev/MultiObjectiveAlgorithms.jl
Releases · jump-dev/MultiObjectiveAlgorithms.jl
v1.4.2
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
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
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.4
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
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.1
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
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
MultiObjectiveAlgorithms v1.2.0
Diff since v1.1.0
Merged pull requests:
- Add support for VectorNonlinearFunction objectives (#68) (@odow)
- Remove duplicated methods (#69) (@odow)