Skip to content

Commit c2b26c5

Browse files
committed
address review comment
1 parent 48879af commit c2b26c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gtsam/discrete/DiscreteBayesNet.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ DiscreteValues DiscreteBayesNet::sample(DiscreteValues result) const {
7171

7272
/* ************************************************************************* */
7373
// The implementation is: build the entire joint into one factor and then prune.
74-
// NOTE: This can be quite expensive *unless* the factors have already
74+
// NOTE(Frank): This can be quite expensive *unless* the factors have already
7575
// been pruned before. Another, possibly faster approach is branch and bound
7676
// search to find the K-best leaves and then create a single pruned conditional.
7777
DiscreteBayesNet DiscreteBayesNet::prune(

0 commit comments

Comments
 (0)