In the R package of "bnlearn", the function "hc" only derives the most plausible structure in a score (e.g., bic, aic). But, I want to know alternative structures in the order of plausibility (i.e., score). For example, when three nodes were given (A, B, C), "hc" tells that the best structure is "A->B<-C". Then, can I know the second best structure? I know that by using "set.arc", I can calculate the score of an alternative structure. But, still, I cannot know the ranking of the alternative structure. How can I know alternative structures in the order of score?
Thanks in advance!!!