address review comment

release/4.3a0
Varun Agrawal 2025-05-15 18:30:07 -04:00
parent 48879afce0
commit c2b26c59bb
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ DiscreteValues DiscreteBayesNet::sample(DiscreteValues result) const {
/* ************************************************************************* */
// The implementation is: build the entire joint into one factor and then prune.
// NOTE: This can be quite expensive *unless* the factors have already
// NOTE(Frank): This can be quite expensive *unless* the factors have already
// been pruned before. Another, possibly faster approach is branch and bound
// search to find the K-best leaves and then create a single pruned conditional.
DiscreteBayesNet DiscreteBayesNet::prune(