Releases: JuliaNLSolvers/Optim.jl
Releases · JuliaNLSolvers/Optim.jl
v1.9.1
Optim v1.9.1
Merged pull requests:
v1.9.0
Optim v1.9.0
Merged pull requests:
Closed issues:
v1.8.0
Optim v1.8.0
Merged pull requests:
- Add MOI wrapper (#929) (@blegat)
- Update to new MOI nonlinear interface (#1052) (@blegat)
- Add option for disabling warnings (#1058) (@MilesCranmer)
- Update README example to new MOI nonlinear interface (#1059) (@blegat)
- Fix compat bounds in Project.toml (#1060) (@odow)
- Grammar in documentation of GradientDescent() (#1061) (@lukketotte)
Closed issues:
v1.7.8
v1.7.7
Optim v1.7.7
Closed issues:
- patch 1.7.4 -> 1.7.5 breaks Accelerated/MomentumGradientDescent() (#1038)
- NamedTuple switch broke add_default_options (#1041)
- Verbose option (#1042)
- Optim with BFGS, LBGFS gives wrong result (#1045)
Merged pull requests:
- Change outer tolerances default to nothing (#936) (@ArnoStrouwen)
- Add docs for outer boxconstrained options (#937) (@ArnoStrouwen)
- fix
reset_search_direction!
failure when training with GPU (#1034) (@wei3li) - Fix bug in add default options (#1043) (@pkofod)
- Math rendering in the README (#1044) (@DanielVandH)
- exit early when nan in grad or hessian (#1046) (@mohamed82008)
v1.7.6
Optim v1.7.6
Closed issues:
- For ParticleSwarm,
upper
default to type that errors iflower
is passed (#1033)
Merged pull requests:
v1.7.5
v1.7.4
Optim v1.7.4
Closed issues:
- Support for GPU codes? (#1002)
- A way to force at least one iteration (#1004)
- Wrong syntax for Fminbox in example (#1006)
- Saving intermediate results during optimization (#1007)
- Univariate optimisation options (#1008)
- Exact line search (#1009)
- Optimization with (L)BFGS gives DimensionMismatch(“dimensions must match”) (#1011)
- Document what is passed to the callback (#1014)
- Help: Generic non-linear constraint with multiple inputs (#1015)
- LoadError: MethodError: no method matching Optim.IPNewtonState (#1019)
- LoadError: MethodError: no method matching Optim.BarrierLineSearchGrad (#1020)
- Would it be possible to add an argument to the optimization function? (#1022)
Merged pull requests: