Releases: SciML/Optimization.jl
Releases · SciML/Optimization.jl
v1.1.0
GalacticOptim v1.1.0
Merged pull requests:
- Deleted warning (#115) (@mkg33)
- readme docstring and compat bound (#118) (@anandijain)
- fix integration test ci (#119) (@anandijain)
- CompatHelper: bump compat for "Flux" to "0.12" (#122) (@github-actions[bot])
v1.0.0
GalacticOptim v1.0.0
Closed issues:
- Feature request: Differentiable optimizers (#112)
Merged pull requests:
- Standardized solution type in SciMLBase (#114) (@ChrisRackauckas)
v0.4.7
GalacticOptim v0.4.7
Closed issues:
- AutoModelingToolkit not working (#109)
Merged pull requests:
- Further integrate and document ModelingToolkit (#110) (@ChrisRackauckas)
v0.4.6
GalacticOptim v0.4.6
Closed issues:
- New return struct (#72)
Merged pull requests:
- CompatHelper: bump compat for "ArrayInterface" to "3.0" (#103) (@github-actions[bot])
- Reorganized documentation (#105) (@mkg33)
- Rename introduction to basic usage for clarity (#107) (@Vaibhavdixit02)
- Adding basic implementation for BBO BorgMOEA multiobjective opt (#108) (@jonasmac16)
v0.4.5
GalacticOptim v0.4.5
Closed issues:
- Could not find cudnn (#100)
Merged pull requests:
- update nlopt in solve.jl (#90) (@rgreminger)
- Remove plotting from the tests (#91) (@ChrisRackauckas)
- big docs overhaul (#92) (@ChrisRackauckas)
- CompatHelper: bump compat for "Reexport" to "1.0" (#99) (@github-actions[bot])
- Add output struct (#101) (@mkg33)
- Add seed for SAMIN test (#102) (@Vaibhavdixit02)
v0.4.4
GalacticOptim v0.4.4
Merged pull requests:
v0.4.3
GalacticOptim v0.4.3
Merged pull requests:
- Add docs (#76) (@mkg33)
- MassInstallAction: Install the GitHubActionsCI workflow on this repository (#79) (@christopher-dG)
- Update solve.jl (#81) (@mkg33)
- Update solve.jl (#82) (@mkg33)
- Make default progress=false to prevent errors (#83) (@ChrisRackauckas)
v0.4.2
GalacticOptim v0.4.2
Closed issues:
- Iterations, f(x) calls, ∇f(x) calls incorrect (#15)
Merged pull requests:
- Update README.md (#69) (@mkg33)
- Clean up data arg checking (#71) (@Vaibhavdixit02)
- MassInstallAction: Install the TagBot workflow on this repository (#73) (@christopher-dG)
- Add downstream tests and fix GPU (#74) (@ChrisRackauckas)
v0.4.1
GalacticOptim v0.4.1
Merged pull requests:
- Don't use DiffResults in Flux optimiser dispatch with FiniteDiff (#68) (@Vaibhavdixit02)
v0.4.0
GalacticOptim v0.4.0
Closed issues:
- Support IPNewton from Optim (#28)
- Stochastic results (#58)
- Maxiter does not except scientific e notation (#63)
- Add support for save_best keyword with ADAM optimizer with sciml_train (#67)
Merged pull requests:
- Consistent maxiters argument behaviour across all optimiser (#64) (@jonasmac16)
- Add data argument to solve (#65) (@Vaibhavdixit02)
- Update README.md (#66) (@mkg33)