Search found 3 matches

by qiubix
Wed Oct 29, 2014 11:56 pm
Forum: SMILE
Topic: UpdateBeliefs segmentation fault
Replies: 5
Views: 13723

Re: UpdateBeliefs segmentation fault

I've sent you xdsl file in PM. I know my response wasn't entirely clear, I know how to write network to a file using SMILE API, I just indicated that I've never used GeNIe so far, so that if you want me to perform any additional operations on network using GeNIe, I have to get familiar with it first ...
by qiubix
Wed Oct 29, 2014 9:09 pm
Forum: SMILE
Topic: UpdateBeliefs segmentation fault
Replies: 5
Views: 13723

Re: UpdateBeliefs segmentation fault

Do you mean network exported to xdsl file? I have never used GeNIe's commands.
I'm aware that this segfault is probably caused by something basic, obviously I'm violating memory allocation rules somewhere, but apparently I cannot look at my code objectively.
by qiubix
Wed Oct 22, 2014 10:11 pm
Forum: SMILE
Topic: UpdateBeliefs segmentation fault
Replies: 5
Views: 13723

UpdateBeliefs segmentation fault

Hi, I'm developing a component using SMILE to implement Bayes network, and I am blocked by a segmentation fault. I'm using an unusual custom framework, which is hard to debug. I discovered, that this segmentation fault occurs on the line:
theNet.UpdateBeliefs();
Interesting thing is that ...