Search found 1455 matches

by shooltz[BayesFusion]
Thu Jun 12, 2025 11:37 am
Forum: SMILE
Topic: question regarding the multidimensional arrays represented as flat array
Replies: 1
Views: 227

Re: question regarding the multidimensional arrays represented as flat array

But, how to understand this statement "The order of the coordinates reflects the order in which the arcs to the node were created. The most significant (leftmost) coordinate will represent the state of the first parent. The state of the node itself corresponds to the least significant (rightmost ...
by shooltz[BayesFusion]
Thu Jun 12, 2025 11:32 am
Forum: SMILE
Topic: how default probability number in the network with only categorical variable is set?
Replies: 1
Views: 216

Re: how default probability number in the network with only categorical variable is set?

A = create_cpt_node(cate_net, "A", "A", ['a1', 'a2', 'a3'], 10, 20)

The create_cpt_node function defined in the tutorial first creates the chance node, which by default has two outcomes and its CPT is { 0.5, 0.5 }. If there are more than two outcome ids, the Network.add_outcome is called to add ...
by shooltz[BayesFusion]
Fri May 16, 2025 1:30 pm
Forum: GeNIe
Topic: zero avoidance in discretization apparently does not work properly
Replies: 5
Views: 57407

Re: zero avoidance in discretization apparently does not work properly

We were not able to reproduce your scenario exactly, but I think we know the root cause of the issue.

GeNIe (or, more precisely, SMILE) caches the discretized CPTs for equations. These cached CPTs are not invalidated when zero avoidance flag changes. Therefore, if you update beliefs and ...
by shooltz[BayesFusion]
Fri May 09, 2025 5:52 pm
Forum: GeNIe
Topic: zero avoidance in discretization apparently does not work properly
Replies: 5
Views: 57407

Re: zero avoidance in discretization apparently does not work properly

One more thing: the zero avoidance will be actually used only if the node equation contains probability distributions. What is the equation of the "Sospetto romp..." node?
by shooltz[BayesFusion]
Fri May 09, 2025 5:29 pm
Forum: GeNIe
Topic: Font size of axes values
Replies: 3
Views: 25578

Re: Font size of axes values

We have added a network property to control the sizes of axis labels in node barchart. The next GeNIe release will go public next week, and you will be able to specify the point size of the font.

Regarding the screenshot use in the presentation - you can use the Copy command in GeNIe, then paste ...
by shooltz[BayesFusion]
Tue May 06, 2025 11:31 am
Forum: GeNIe
Topic: zero avoidance in discretization apparently does not work properly
Replies: 5
Views: 57407

Re: zero avoidance in discretization apparently does not work properly

Your second screenshot shows the CPT with zero avoidance - there are no zeroes.
by shooltz[BayesFusion]
Mon Apr 28, 2025 11:20 am
Forum: GeNIe
Topic: Font size of axes values
Replies: 3
Views: 25578

Re: Font size of axes values

Currently there are no formatting options available to axis and axis labels in GeNIe.

Is the font size too small to be visible?
by shooltz[BayesFusion]
Mon Apr 28, 2025 11:19 am
Forum: GeNIe
Topic: Validation
Replies: 1
Views: 4426

Re: Validation

Can you share your network and data file, either here on the forum or through private message?
by shooltz[BayesFusion]
Thu Apr 10, 2025 2:59 pm
Forum: GeNIe
Topic: GeNIe crash, too much variables?
Replies: 4
Views: 32031

Re: GeNIe crash, too much variables?

GeNIe Academic is a 32-bit program, and has access to 2 gigabytes of user address space, regardless of the installed RAM. You can try the free 30-day trial version of business version of GeNIe, available for download at:
https://download.bayesfusion.com/files.html?category=Business
GeNIe for ...
by shooltz[BayesFusion]
Thu Apr 03, 2025 8:52 pm
Forum: SMILE
Topic: Method for removing and getting controlled value in pySMILE
Replies: 2
Views: 211638

Re: Method for removing and getting controlled value in pySMILE

It would be more intuitive though to have specific methods of clear_controlled_value and get_controlled_value- is this a planned feature for future releases?

get_controlled_value and get_controlled_value_id are implemented in PySMILE. The lack of clear_controlled_value is an omission and will be ...
by shooltz[BayesFusion]
Thu Jan 23, 2025 10:57 am
Forum: SMILE
Topic: Adding a probability distribution as evidence
Replies: 1
Views: 58663

Re: Adding a probability distribution as evidence

If you have a network with equation nodes (as indicated in the email you send directly earlier), this is not possible.

If your network has discrete nodes, consider using virtual evidence. For more info, refer to GeNIe or SMILE manuals at https://support.bayesfusion.com/docs, also read the following ...
by shooltz[BayesFusion]
Mon Dec 30, 2024 7:32 pm
Forum: GeNIe
Topic: possible bug in noisy MAX nodes, version 5.0
Replies: 3
Views: 70664

Re: possible bug in noisy MAX nodes, version 5.0

GeNIe build 5.0.4830 is now online and has a fix for the bug you've found.
by shooltz[BayesFusion]
Mon Dec 16, 2024 9:06 pm
Forum: GeNIe
Topic: possible bug in noisy MAX nodes, version 5.0
Replies: 3
Views: 70664

Re: possible bug in noisy MAX nodes, version 5.0

Bug confirmed, I will post here once the fix is available.
by shooltz[BayesFusion]
Mon Nov 04, 2024 10:46 am
Forum: GeNIe
Topic: Copy and paste problem with GeNIe 5
Replies: 2
Views: 30254

Re: Copy and paste problem with GeNIe 5

There were no changes in the bitmap copy/paste code between versions 4.1 and 5.

If you're running GeNIe with Crossover on Mac, the solution from the previous thread was to install GeNIe into 32-bit bottle.
by shooltz[BayesFusion]
Fri Oct 25, 2024 11:25 am
Forum: GeNIe
Topic: ERROR: Node type not supported by Hugin
Replies: 2
Views: 32051

Re: ERROR: Node type not supported by Hugin

GeNIe currently does not support equations in models saved in the Hugin format. The error is probably generated for the first equation node.