Releases: SciML/Optimization.jl
Releases · SciML/Optimization.jl
v2.0.0
GalacticOptim v2.0.0
Merged pull requests:
- Use maxfuncevals in BBO solve dispatch instead of maxsteps (#138) (@Vaibhavdixit02)
- Generalize Flux to allow use of other AD systems (#139) (@ChrisRackauckas)
- Prune imports (#140) (@ChrisRackauckas)
v1.3.0
GalacticOptim v1.3.0
Merged pull requests:
- CompatHelper: bump compat for "Documenter" to "0.27" for package docs (#137) (@github-actions[bot])
v1.2.0
GalacticOptim v1.2.0
Closed issues:
- Re-enable BlackBoxOptim test (#111)
- Pre-compile issues (#125)
- minibatch tutorial not working with Fminbox (#133)
Merged pull requests:
- Removed/commented out BBO multiobjective code chunks (#127) (@jonasmac16)
- Update DataLoader syntax (#128) (@Vaibhavdixit02)
- Enable BBO test and remove EnsembleOptimize commented test (#129) (@Vaibhavdixit02)
- Interface simpl (#131) (@lungd)
- Fix train_loader inside minibatching tutorial. 2 args -> tuple (#132) (@lungd)
- Pass args to gradient function in Fminbox/SAMIN dispatch (#134) (@Vaibhavdixit02)
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)