Releases: SciML/Optimization.jl
Releases · SciML/Optimization.jl
v3.2.0
GalacticOptim v3.2.0
Closed issues:
- ERROR: LoadError: MethodError: no method matching iterate(::Nothing) (#224)
Merged pull requests:
- fixes copy paste mistake (#232) (@ValentinKaisermayer)
- another copy paste mistake (#233) (@ValentinKaisermayer)
- Missing compats in subpackages (#234) (@Vaibhavdixit02)
- Add end of iteration check in callback of Optim (#236) (@prbzrg)
- Add mtk.jl for
AutoModelingToolkit
as AD backend support (#237) (@Vaibhavdixit02)
v3.1.1
v3.1.0
GalacticOptim v3.1.0
Merged pull requests:
- Add compat bounds to all subpackages (#229) (@Vaibhavdixit02)
v3.0.0
GalacticOptim v3.0.0
Closed issues:
- Error with Ipopt and specification of
lb, ub
(#221)
Merged pull requests:
- Create sub packages for each optimiser (#220) (@Vaibhavdixit02)
- Correct type of time_limit in Evolutionary.Options (#222) (@lcontento)
- clean up core tests (#225) (@ChrisRackauckas)
- Further testing clean up to get CI green (#226) (@Vaibhavdixit02)
- update docs for subpackages (#227) (@ChrisRackauckas)
v2.5.0
v2.4.0
GalacticOptim v2.4.0
Closed issues:
- NOMAD: Undefined f (#206)
Merged pull requests:
- NOMAD (#208) (@ValentinKaisermayer)
- CompatHelper: bump compat for ArrayInterface to 5, (keep existing compat) (#212) (@github-actions[bot])
v2.3.1
v2.3.0
GalacticOptim v2.3.0
Merged pull requests:
- CI for LTS (#197) (@ChrisRackauckas)
- add using Zygote to tutorial (#202) (@ArnoStrouwen)
- CompatHelper: bump compat for ArrayInterface to 4, (keep existing compat) (#203) (@github-actions[bot])
v2.2.1
GalacticOptim v2.2.1
Closed issues:
- Allow callback to stop the optimization (#188)
- UndefVarError: AutoForwardDiff not defined (#193)
- Constraints being ignored (#195)
- LBFGS Stopping criteria (#196)
- solve callback parameter ignored by NLopt solvers (#199)
Merged pull requests:
- Change MultiStartOptimization interface to generic API (#182) (@jonasmac16)
- Update nlopt.md (#186) (@Vaibhavdixit02)
- fix update of theta so minimizer is returned when maxiters is hit (#187) (@m-bossart)
- Clarify return value from a callback in docs (#190) (@Vaibhavdixit02)
- Make use of Flux.Optimise.AbstractOptimiser (#192) (@lungd)
- Better error message for constrained optimizers (#198) (@ChrisRackauckas)
- Fix nlopt's compatibility with callbacks (#200) (@ChrisRackauckas)
v2.2.0
GalacticOptim v2.2.0
Closed issues:
- Automatically use
Fminbox
wrapping ifOptimizationProblem
has bounds with Optim optimisers (#172) - Returning minimizing parameters for Flux optimizers when maxiters is reached (#178)
- Handling of box constraints for Optim.ParticleSwarm (#179)
Merged pull requests:
- Use the minimum with save_best in flux optimiser (#180) (@Vaibhavdixit02)
- Fixing and amending the documentation (#181) (@jonasmac16)
- Replaced incompatible emojis in docs (#183) (@jonasmac16)
- Automatically wrap Optim solver in Fminbox (#184) (@jonasmac16)