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
Optimization of Turing models using the Optim.jl interface (i.e. optimize) has been removed in Turing 0.42 (see the changelogs). All uses of optimize must be replaced with the maximum_likelihood and maximum_a_posteriori functions.