Skip to content

Commit 739dc62

Browse files
committed
GreedyThickThinning type to mutable struct
1 parent dd632d1 commit 739dc62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DiscreteBayesNet/greedy_thick_thinning.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
type GreedyThickThinning <: GraphSearchStrategy
2+
mutable struct GreedyThickThinning <: GraphSearchStrategy
33
cache::ScoreComponentCache
44
max_n_parents::Int
55
prior::DirichletPrior

0 commit comments

Comments
 (0)