Search found 1494 matches
- Thu May 07, 2026 9:49 pm
- Forum: GeNIe
- Topic: duplicate xdsl file name suffix on save as
- Replies: 3
- Views: 357
Re: duplicate xdsl file name suffix on save as
Reproduced & fixed. We will be releasing GeNIe tomorrow (Friday, May 8th).
- Thu May 07, 2026 12:55 pm
- Forum: SMILE
- Topic: SMILE cannot create a network, error -42
- Replies: 3
- Views: 336
Re: SMILE cannot create a network, error -42
This is the hard limit for the CPT representation.
You can have more than 31 parents if you use NoisyMAX nodes instead of CPT nodes, and enabled NoisyMAX decomposition in network properties.
For more information, refer to SMILE Wrappers Manual chapter "Noisy-MAX decomposition", in the PDF version ...
You can have more than 31 parents if you use NoisyMAX nodes instead of CPT nodes, and enabled NoisyMAX decomposition in network properties.
For more information, refer to SMILE Wrappers Manual chapter "Noisy-MAX decomposition", in the PDF version ...
- Thu Apr 30, 2026 7:39 pm
- Forum: SMILE
- Topic: SMILE cannot create a network, error -42
- Replies: 3
- Views: 336
Re: SMILE cannot create a network, error -42
Error code -42 indicates an out-of-memory exception caught by SMILE. In your case, it's most likely at add_arc call used to connect P_{i+1} and T.
In SMILE, the single CPT can have 2^31 elements - with all binary nodes this would be a node with 30 parents.
In SMILE, the single CPT can have 2^31 elements - with all binary nodes this would be a node with 30 parents.
- Thu Apr 30, 2026 7:27 pm
- Forum: GeNIe
- Topic: duplicate xdsl file name suffix on save as
- Replies: 3
- Views: 357
Re: duplicate xdsl file name suffix on save as
We can't reproduce this issue. We were trying on Windows 10 and Windows 11, using the 'Figure 05.06.xdsl' example from files copied by GeNIe installer onto the local disk, and also using the 'Open from BayesBox' command (our repository at https://repo.bayesfusion.com contains this network).
On your ...
On your ...
- Thu Apr 30, 2026 7:22 pm
- Forum: GeNIe
- Topic: Decision node does not remember "intervals and point values setting.
- Replies: 1
- Views: 149
Re: Decision node does not remember "intervals and point values setting.
Thanks for the bug report. We were able to reproduce and fix the issue. New GeNIe build with the fix applied will be publicly available in the first week of May.
- Wed Apr 01, 2026 4:53 am
- Forum: SMILE
- Topic: Is there a way to use a net as a DataGenerator in the rSmile Wrap?
- Replies: 1
- Views: 5271
Re: Is there a way to use a net as a DataGenerator in the rSmile Wrap?
At this point, DSL_dataGenerator is not available through wrappers.
- Fri Mar 20, 2026 10:09 pm
- Forum: SMILE
- Topic: Temporal evidence in rSMILE
- Replies: 3
- Views: 4650
Re: Temporal evidence in rSMILE
I'm sorry; I have misread your original question. The evidence is always passed per slice for the plate nodes in dynamic Bayesian networks. If you want to specify values for all slices, you have to write your own function.
- Wed Mar 18, 2026 6:40 pm
- Forum: SMILE
- Topic: Temporal evidence in rSMILE
- Replies: 3
- Views: 4650
Re: Temporal evidence in rSMILE
This is correct, the temporal evidence API call takes the slice numbef and the outcome of the plate node for that slice.
- Tue Mar 03, 2026 10:43 pm
- Forum: GeNIe
- Topic: possible bug?
- Replies: 3
- Views: 9206
Re: possible bug?
In the spreadsheet below, column "A" has values copied directly from GeNIe. Column "I" has values generated using the following Sheets formula:
= Max(1,Min(13,-6+12*rand()+1+12*rand()))
When the number of histogram buckets is reduced, both show similar asymmetry:
skewed histograms.png
= Max(1,Min(13,-6+12*rand()+1+12*rand()))
When the number of histogram buckets is reduced, both show similar asymmetry:
skewed histograms.png
- Tue Mar 03, 2026 9:46 pm
- Forum: GeNIe
- Topic: possible bug?
- Replies: 3
- Views: 9206
Re: possible bug?
I think this is mostly the visualization issue. I will look into discretization, for now please note how Wolfram produces asymmetric histogram too.
wolfram-assymetric.png
You can check your expression with our online probability distribution visualizer at https://prob.bayesfusion.com/- it ...
wolfram-assymetric.png
You can check your expression with our online probability distribution visualizer at https://prob.bayesfusion.com/- it ...
- Fri Feb 06, 2026 11:10 am
- Forum: GeNIe
- Topic: Calibration Curve
- Replies: 1
- Views: 11455
Re: Calibration Curve
Here's the quote from GeNIe's manual:
The final tab, Calibration, shows a very important measure of performance of a probabilistic model, notably the calibration curve. Because the output of a probabilistic model is a probability and this probability is useful in decision making, ideally we would ...
The final tab, Calibration, shows a very important measure of performance of a probabilistic model, notably the calibration curve. Because the output of a probabilistic model is a probability and this probability is useful in decision making, ideally we would ...
- Thu Jan 29, 2026 12:59 pm
- Forum: GeNIe
- Topic: Continuous variable type node in genie
- Replies: 1
- Views: 12195
Re: Continuous variable type node in genie
You have two options:
1. use an equation node and specify the bounds.
2. use a discrete node with numeric intervals over node outcomes.
For more information, refer to GeNIe manual. It is installed with the program; alternatively you can access HTML and PDF versions at:
https://support.bayesfusion ...
1. use an equation node and specify the bounds.
2. use a discrete node with numeric intervals over node outcomes.
For more information, refer to GeNIe manual. It is installed with the program; alternatively you can access HTML and PDF versions at:
https://support.bayesfusion ...
- Thu Jan 29, 2026 12:49 pm
- Forum: GeNIe
- Topic: EM algorithm
- Replies: 3
- Views: 19110
Re: EM algorithm
If the dataset used for parameter learning is complete, the EM uses one pass case counting. If equivalent sample size is zero (so initial network parameters have no influence on the output), and there are some CPT entries which have no records in the dataset, there will be 1.0/nodeOutcomeCount added ...
- Thu Jan 22, 2026 8:19 pm
- Forum: GeNIe
- Topic: Equation Model
- Replies: 3
- Views: 29059
Re: Equation Model
Support for continuous/hybrid dynamic Bayesian networks was added to PySMILE. It will be released as part of the next SMILE update. Private build is available for those users who need to work with equation nodes in DBNs.
- Mon Dec 01, 2025 7:33 pm
- Forum: GeNIe
- Topic: Emulate QGeNIe's four influence types in GeNIe
- Replies: 3
- Views: 69352
Re: Emulate QGeNIe's four influence types in GeNIe
If you can share your model (and the evidence set, preferably as a case(s) defined in .xdsl) we'll be able to check the triangulation statistics using our internal tools.I don't know whether this is a intrinsic computation constrain with GeNIe or my laptop's limitation (I7, 32G).