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
I am trying one of the demo examples you provide, and immediately ran into a strange problem, using Atom and Julia 1.5.3 .
After typing using ForneyLab
I find I have access to InferenceAlgorithm, currentInferenceAlgorithm, but NOT messagePassingAlgorithm.
Given the line within the file algorithms/inference_algorithm.jl: export InferenceAlgorithm, currentInferenceAlgorithm, messagePassingAlgorithm,
I do not understand how this situation could occur. Any thoughts on the matter would be greatly appreciated. Thanks!
Never mind. Problem solved by installing latest version (as opposed to the default version), and creating a new environment
The text was updated successfully, but these errors were encountered:
Hi,
I am trying one of the demo examples you provide, and immediately ran into a strange problem, using Atom and Julia 1.5.3 .
After typing
using ForneyLab
I find I have access to
InferenceAlgorithm
,currentInferenceAlgorithm
, but NOTmessagePassingAlgorithm
.Given the line within the file
algorithms/inference_algorithm.jl
:export InferenceAlgorithm, currentInferenceAlgorithm, messagePassingAlgorithm,
I do not understand how this situation could occur. Any thoughts on the matter would be greatly appreciated. Thanks!
Never mind. Problem solved by installing latest version (as opposed to the default version), and creating a new environment
The text was updated successfully, but these errors were encountered: