smile.SMILEException: bad allocation on updateBeliefs()

The engine.
Post Reply
khurrams
Posts: 5
Joined: Mon Sep 27, 2010 1:16 pm

smile.SMILEException: bad allocation on updateBeliefs()

Post by khurrams »

Hi,

I am creating a network using JSMILE with 9572 nodes(noisy) with 10436 arcs and max numbers of parent for any node are 8.
I am getting bad allocation on updateBeliefs() method. I am also saving the xdsl file and Genie has no problem calculating the network. Please help me.

Warmest Regards,
Khurram Shahzad
shooltz[BayesFusion]
Site Admin
Posts: 1457
Joined: Mon Nov 26, 2007 5:51 pm

Re: smile.SMILEException: bad allocation on updateBeliefs()

Post by shooltz[BayesFusion] »

khurrams wrote:I am creating a network using JSMILE
GeNIe will have more memory available for temporary data structures used during Bayesian inference. Your jSMILE-based program necessarily uses JVM, which manages its own heap and potentially leaves significantly less memory available for native code (please remember that jSMILE is just a thin Java wrapper over C++ code).
Post Reply