Skip to content

Commit 35f0af2

Browse files
committed
Improve changelog
1 parent 02b1f48 commit 35f0af2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

HISTORY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Optimisation interface
44

55
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).
77

88
## Internal changes
99

0 commit comments

Comments
 (0)