You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: HISTORY.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
## Optimisation interface
4
4
5
5
The Optim.jl interface has been removed (so you cannot call `Optim.optimize` directly on Turing models).
6
-
You can use the `maximum_likelihood` or `maximum_a_posteriori` functions with an Optim.jl solver instead (which goes via Optimization.jl).
6
+
You can use the `maximum_likelihood` or `maximum_a_posteriori` functions with an Optim.jl solver instead (via Optimization.jl: see https://docs.sciml.ai/Optimization/stable/optimization_packages/optim/ for documentation of the available solvers).
0 commit comments