Search found 4 matches

by morphos7
Fri Jun 19, 2009 8:19 am
Forum: SMILE
Topic: greedythickthinning, what is it exactly?
Replies: 7
Views: 18183

Why is the search made in 2 stages?
Is it faster than classic Greedy Search? 8)
by morphos7
Thu Jun 18, 2009 4:16 pm
Forum: SMILE
Topic: greedythickthinning, what is it exactly?
Replies: 7
Views: 18183

hello,

I think you well reply to my question.
If i well understood, it is very very similar with Greedy search algorithm?
but adding and deleting edges are made in 2 differents steps.

Thanks
by morphos7
Tue Jun 16, 2009 8:37 am
Forum: SMILE
Topic: greedythickthinning, what is it exactly?
Replies: 7
Views: 18183

hello,

thank you for your help, but i think this response is insufficient:
i cite " GreedyThickThinning starts with an empty network, then first greedily thickens it and finally thins it. "

Could you give me a precise description of the algorithm? Thank you
by morphos7
Mon Jun 15, 2009 2:04 pm
Forum: SMILE
Topic: greedythickthinning, what is it exactly?
Replies: 7
Views: 18183

greedythickthinning, what is it exactly?

Hello,

I would like to know what exactly is greedythickthinning ?
I found on the forum that's this algo is based on heckerman's tutorial.
But when I look at this paper, i don't find any references about greedythickthinning ! No paragraph explicitly talks about greedythickthinning.

So, I would ...