We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81282de commit d71aa86Copy full SHA for d71aa86
HISTORY.md
@@ -1,5 +1,14 @@
1
# 0.42.0
2
3
+## Optimisation interface
4
+
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).
7
8
+## Internal changes
9
10
+The constructors of `OptimLogDensity` have been replaced with a single constructor, `OptimLogDensity(::DynamicPPL.LogDensityFunction)`.
11
12
# 0.41.0
13
14
## DynamicPPL 0.38
0 commit comments