Releases: SciML/Optimization.jl
Releases · SciML/Optimization.jl
v2.1.0
GalacticOptim v2.1.0
Closed issues:
- Hook sciml_train into MOI (#3)
- Can't get NLopt to work (#70)
- Support MAX_SENSE in the MOI wrapper (#148)
- Max-sense for NLopt and Optim (#155)
- UndefVarError: AutoZygote not defined (#158)
- Cannot set lower and upper bound for
SimulatedAnnealing
OptimizationProblem
(#171)
Merged pull requests:
- Add MOI interface with MOIOptimizationProblem (#142) (@blegat)
- Make MOIOptimizationProblem fields concrete-typed (#144) (@blegat)
- Add sense kwarg to MOI __solve dispatch (#150) (@Vaibhavdixit02)
- Make MOI interface conforming and add a ton of documentation (#153) (@ChrisRackauckas)
- Made NLopt.jl interface properly handle options & minor changes to MOI (#160) (@jonasmac16)
- Harmonised interfaces and added common arguments (#163) (@jonasmac16)
- Fixed MOI warning (#164) (@jonasmac16)
- First implementation of Metaheuristic.jl interface (#165) (@jonasmac16)
- First implementation of Nonconvex.jl (#166) (@jonasmac16)
- Fix typo in mathoptinterface (#168) (@nandoconde)
- Add NLopt maxsense support (#169) (@Vaibhavdixit02)
- Add Optim maxsense and organise rosenbrock.jl (#170) (@Vaibhavdixit02)
- Fixes requires issue (#173) (@jonasmac16)
- New interface to GCMAES.jl (#174) (@jonasmac16)
- New interface to SpeedMapping.jl (#175) (@jonasmac16)
- New basic interface to NOMAD.jl (#176) (@jonasmac16)
- Remove "higher level docs" and put a higher level table (#177) (@ChrisRackauckas)
v2.0.3
GalacticOptim v2.0.3
v2.0.2
GalacticOptim v2.0.2
v2.0.1
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)