Search found 7 matches

by ystf
Tue Sep 23, 2008 8:24 am
Forum: SMILE
Topic: SMILE error -51 in AddArc/Arc rejected by child node
Replies: 8
Views: 16511

Re: SMILE error -51 in AddArc/Arc rejected by child node

Well, I am trying to build a BN over the structure of a desktop, and nodes would be relations between files - just imagine having a node for each 2 files, this would already mean n^2 nodes just from building the nodes. And then come the inferred relations which can be several to a node and so on ...
by ystf
Thu Sep 18, 2008 4:10 pm
Forum: SMILE
Topic: SMILE error -51 in AddArc/Arc rejected by child node
Replies: 8
Views: 16511

Re: SMILE error -51 in AddArc/Arc rejected by child node

So there is no actual solution to this problem - how many arcs can I add, but just a matter of catching that exception and moving forward ?
by ystf
Thu Sep 18, 2008 2:48 pm
Forum: SMILE
Topic: SMILE error -51 in AddArc/Arc rejected by child node
Replies: 8
Views: 16511

Re: SMILE error -51 in AddArc/Arc rejected by child node

So if I got it right, the formula should look like this:

Size = 8 byte * number of parent states * number of states of this node,

and this Size should always be lower than what number? I am trying to settle a MAX number until I can still add arcs.

Thanks a lot again.
by ystf
Thu Sep 18, 2008 1:01 pm
Forum: SMILE
Topic: SMILE error -51 in AddArc/Arc rejected by child node
Replies: 8
Views: 16511

Re: SMILE error -51 in AddArc/Arc rejected by child node

Is there a max number of parents that can be added to a node, so that I can check when this number is reached and no longer add arcs?
by ystf
Thu Sep 18, 2008 11:48 am
Forum: SMILE
Topic: SMILE error -51 in AddArc/Arc rejected by child node
Replies: 8
Views: 16511

SMILE error -51 in AddArc/Arc rejected by child node

I get this error:

smile.SMILEException: SMILE error -51 in function AddArc. Logged information: Arc rejected by child node

at smile.Network.addArc(Native Method)

and additionally:

smile.SMILEException: bad allocation
at smile.Network.addArc(Native Method)

What do I have to take care of? Is it ...
by ystf
Wed Jul 02, 2008 12:50 pm
Forum: SMILE
Topic: JVM crash using jsmile
Replies: 7
Views: 18358

The problem is that my program is kind of huge, with many modules and so on and also some private data...

Maybe the other guy - Mohsin Beg would have a smaller code and be able to share it with you? Mohsin?
by ystf
Wed Jul 02, 2008 12:43 pm
Forum: SMILE
Topic: JVM crash using jsmile
Replies: 7
Views: 18358

same JVM error

I have the same error, when trying to run a program using Smile.

#
# An unexpected error has been detected by Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x4a56baad, pid=2180, tid=5052
#
# Java VM: Java HotSpot(TM) Client VM (10.0-b22 mixed mode windows-x86 ...