Skip to content

Commit

Permalink
Update src/beliefpropagation/beliefpropagation.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeyT1994 authored Nov 8, 2023
1 parent 67fef77 commit 57dd13f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/beliefpropagation/beliefpropagation.jl
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ function approx_network_region(
end

"""
Return a custom edge order for how how to update all BP message tensors on a general undirected graph.
Return a custom edge order for how to update all BP message tensors on a general undirected graph.
On a tree this will yield a sequence which only needs to be performed once. Based on forest covers and depth first searches amongst the forests.
"""
function belief_propagation_edge_sequence(
Expand Down

0 comments on commit 57dd13f

Please sign in to comment.