| Algorithm 1 ILSG algorithm |
|
input: Dataset D Output: Optimal structure and its score BIC 1: 2: 3: 4: while (termination condition is not met) do 5: 6: 7: 8: 9: if soft restart condition is met then 10: 11: end if 12: end while 13: return , BIC |
| Algorithm 1 ILSG algorithm |
|
input: Dataset D Output: Optimal structure and its score BIC 1: 2: 3: 4: while (termination condition is not met) do 5: 6: 7: 8: 9: if soft restart condition is met then 10: 11: end if 12: end while 13: return , BIC |