Releases: SciML/Optimization.jl
Releases · SciML/Optimization.jl
v3.26.1
Optimization v3.26.1
Merged pull requests:
- CompatHelper: bump compat for OptimizationBBO to 0.3 for package docs, (keep existing compat) (#779) (@github-actions[bot])
- Remove lb and ub from kwargs before passing to solver function in lbfgsb (#780) (@Vaibhavdixit02)
Closed issues:
v3.26.0
Optimization v3.26.0
Merged pull requests:
- Add an iteration count to PRIMA (#756) (@ChrisRackauckas)
- Typo fix (#757) (@ChrisRackauckas)
- Update OptimizationOptimJL.jl (#759) (@Vaibhavdixit02)
- Add tests for Optim.BFGS() with user-supplied grad and bounds (#761) (@sjdaines)
- fix duplicated methods (#762) (@daviehh)
- Get OptimizationManopt ready for registration (#763) (@Vaibhavdixit02)
- Update to nlopt's new error throwing (#764) (@Vaibhavdixit02)
- Proposed solution to bug#745 (#766) (@ParasPuneetSingh)
- Update PRIMA compat (#769) (@Vaibhavdixit02)
- Final dev things for registration of OptimizationManopt (#770) (@Vaibhavdixit02)
- Add license to OptimizationManopt subdir and fix all others (#771) (@Vaibhavdixit02)
- CompatHelper: add new compat entry for Manifolds at version 0.9 for package docs, (keep existing compat) (#772) (@github-actions[bot])
- CompatHelper: add new compat entry for OptimizationManopt at version 0.0.1 for package docs, (keep existing compat) (#773) (@github-actions[bot])
- Update broken test for OptimizationManopt (#775) (@Vaibhavdixit02)
- CompatHelper: add new compat entry for Manopt at version 0.4 for package docs, (keep existing compat) (#777) (@github-actions[bot])
- CompatHelper: add new compat entry for OptimizationManopt at version 0.0.2 for package docs, (keep existing compat) (#778) (@github-actions[bot])
Closed issues:
- NOMADOpt: libnomadInterface not defined in doc example (#322)
- Callback signature doesn't match with the docs for PRIMA (#743)
- callback-generated stopping criteria no longer work in OptimizationNLopt (#752)
- BFGS fails with user-supplied derivative and bounds (regression in v3.25.0, v3.25.1) (#754)
- OptimizationOptimJL.Optim.BFGS() missing tests for user-supplied derivatives (grad), upper/lower bounds, and the combination (#755)
- Reopen issue 755 : OptimizationOptimJL.Optim.BFGS() missing tests for user-supplied derivatives (grad), upper/lower bounds, and the combination (#760)
- Update
OptimizationPRIMA
[compat]
forPRIMA
to0.2.0
(#768) - OptimizationOptimJL fails to precompile (#774)
v3.25.1
Optimization v3.25.1
Merged pull requests:
- Explicit warning when AD backend not specified correctly for automatic box-constraint handling with Optim (#741) (@Vaibhavdixit02)
- CompatHelper: bump compat for OptimizationBase to 0.0.7 for package docs, (keep existing compat) (#742) (@github-actions[bot])
- Update OptimizationOptimJL compats used here (#746) (@Vaibhavdixit02)
- CompatHelper: bump compat for OptimizationBase to 1, (keep existing compat) (#748) (@github-actions[bot])
- CompatHelper: bump compat for OptimizationBase to 1 for package docs, (keep existing compat) (#750) (@github-actions[bot])
- OptimizationOptimJL NoAD fix (#753) (@Vaibhavdixit02)
Closed issues:
v3.25.0
Optimization v3.25.0
Merged pull requests:
- Add Manopt.jl wrapper (#712) (@Vaibhavdixit02)
- Update #711 checking if OptimizationFunction is used for derivative based optimizers #711 (#715) (@ParasPuneetSingh)
- Remove
LD_LBFGS_NOCEDAL
update nlopt.md (#725) (@Vaibhavdixit02) - Use lbfgsb as the default solver (#726) (@Vaibhavdixit02)
- Try augmented-lagrangian with lbfgsb (#727) (@Vaibhavdixit02)
deepcopy
to save population in default trace, instead of reference (#730) (@jonathanfischer97)- check identity instead of equality (#732) (@jonathanfischer97)
- Reversion: stop deep copying population, just save
curr_u
forOptimizationState
construction (#734) (@jonathanfischer97) - Bump julia-actions/setup-julia from 1 to 2 (#735) (@dependabot[bot])
- CompatHelper: bump compat for OptimizationEvolutionary to 0.3 for package docs, (keep existing compat) (#737) (@github-actions[bot])
- CompatHelper: bump compat for ADTypes to 1, (keep existing compat) (#738) (@github-actions[bot])
- CompatHelper: bump compat for OptimizationBase to 0.0.6 for package docs, (keep existing compat) (#739) (@github-actions[bot])
Closed issues:
v3.24.3
Optimization v3.24.3
Merged pull requests:
- Delete duplicate ReInitCache (#721) (@Vaibhavdixit02)
Closed issues:
- PRIMA lib errors with
AutoForwardDiff
(#719)
v3.24.2
Optimization v3.24.2
v3.24.1
Optimization v3.24.1
Merged pull requests:
- CompatHelper: add new compat entry for OptimizationBase at version 0.0.5 for package docs, (keep existing compat) (#717) (@github-actions[bot])
v3.24.0
Optimization v3.24.0
Merged pull requests:
- [WIP] Update to using OptimizationBase (#709) (@Vaibhavdixit02)
- CompatHelper: add new compat entry for SciMLStructures at version 1 for package OptimizationMOI, (keep existing compat) (#710) (@github-actions[bot])
- Store grad/hess in state for Optim.jl (#716) (@sethaxen)
Closed issues:
v3.23.0
Optimization v3.23.0
Merged pull requests:
- refactor: update for MTKv9 (#685) (@AayushSabharwal)
- Remove linesearch references in IPNewton documentation (#698) (@ederag)
- Bump codecov/codecov-action from 3 to 4 (#699) (@dependabot[bot])
- Bump crate-ci/typos from 1.17.0 to 1.18.0 (#700) (@dependabot[bot])
- [skip ci] Update dependabot.yml (#701) (@ArnoStrouwen)
- fixed user
trace!
overload compat. Bothx
and user records now saved (#702) (@jonathanfischer97) - CompatHelper: bump compat for OptimizationPolyalgorithms to 0.2 for package docs, (keep existing compat) (#703) (@github-actions[bot])
- [skip ci] update downgrade CI repo (#704) (@ArnoStrouwen)
- [OptimizationMOI] fix compat bounds in Project.toml (#705) (@odow)
- CompatHelper: bump compat for OptimizationMOI to 0.4 for package docs, (keep existing compat) (#706) (@github-actions[bot])
- reapply formatter (#708) (@ArnoStrouwen)
Closed issues:
v3.22.0
Optimization v3.22.0
Merged pull requests:
- Bump actions/cache from 3 to 4 (#682) (@dependabot[bot])
- remove extraneous println in OptimizationOptimJL.jl (#687) (@orens77)
- refactor: remove type-pirated functions (#689) (@AayushSabharwal)
- fix: call
complete
on systems generated in MTKExt (#690) (@AayushSabharwal) - Fixed issue #683: error when
store_trace=true
in OptimizationEvolutionary.jl (#691) (@jonathanfischer97) - Update Project.toml (#693) (@Vaibhavdixit02)
- Fix docs build (#696) (@ChrisRackauckas)
Closed issues: