Search found 1417 matches

by shooltz[BayesFusion]
Thu Oct 27, 2022 12:32 pm
Forum: SMILE
Topic: Memmory related failures in smile engine
Replies: 6
Views: 4627

Re: Memmory related failures in smile engine

We were able to reproduce this using a different compiler, so it's clearly a SMILE 2.0.x bug. I'll send you a link to a private build once the fix is ready.
by shooltz[BayesFusion]
Fri Oct 21, 2022 9:04 pm
Forum: GeNIe
Topic: MSI setup available, recommended for macOS
Replies: 3
Views: 4925

MSI setup available, recommended for macOS

64-bit GeNIe can be now downloaded as a 'classic' EXE or MSI (Microsoft Installer) package. The MSI setup will work with macOS and Wine, including the most recent macOS versions which only allow 64-bit software to run. MSI setup is also available for GeNie Academic. To use 32-bit GeNIe (including Ge...
by shooltz[BayesFusion]
Fri Oct 21, 2022 9:02 pm
Forum: GeNIe
Topic: File corrupted when trying to copy and paste an equation node into a new file
Replies: 3
Views: 2425

Re: File corrupted when trying to copy and paste an equation node into a new file

We have fixed multiple bugs related to copy/paste recently, if you can, please try to reproduce this problem using the most recent build 4.0.2221.
by shooltz[BayesFusion]
Fri Oct 21, 2022 9:01 pm
Forum: GeNIe
Topic: Different state numbering for chance and equation nodes
Replies: 4
Views: 2802

Re: Different state numbering for chance and equation nodes

This issue was fixed in the most recent release (4.0.2221).
by shooltz[BayesFusion]
Fri Oct 21, 2022 9:00 pm
Forum: GeNIe
Topic: Bug in the Switch function of GeNIe4.0
Replies: 3
Views: 2515

Re: Bug in the Switch function of GeNIe4.0

This bug was fixed in the most recent release (4.0.2221).
by shooltz[BayesFusion]
Fri Oct 21, 2022 9:00 pm
Forum: GeNIe
Topic: Focus in diagnostic windows switch automatically
Replies: 3
Views: 2273

Re: Focus in diagnostic windows switch automatically

The most recent build (4.0.2221) will stop switching the pursued fault once you manually select your fault. There's no explicit option to control this in the UI, but we believe the new approach will work in all diagnostic scenarios.
by shooltz[BayesFusion]
Wed Oct 19, 2022 12:37 pm
Forum: GeNIe
Topic: New online tools
Replies: 0
Views: 7484

New online tools

We have just released two online tools for exploring probability distributions:

Probability Distribution Visualizer
https://prob.bayesfusion.com

Metalog Builder:
https://metalog.bayesfusion.com
by shooltz[BayesFusion]
Tue Oct 18, 2022 10:04 pm
Forum: GeNIe
Topic: color of bars in the charts
Replies: 3
Views: 2150

Re: color of bars in the charts

Send you an email with a link to a private GeNIe build, which implements monochrome bars.
by shooltz[BayesFusion]
Mon Oct 17, 2022 9:53 pm
Forum: GeNIe
Topic: color of bars in the charts
Replies: 3
Views: 2150

Re: color of bars in the charts

We don't support per-node bar colors in GeNIe at this point. We were considering a global option to display bars in monochrome - would that be helpful to you?
by shooltz[BayesFusion]
Thu Oct 13, 2022 9:02 pm
Forum: SMILE
Topic: the pysmile can not learn the parameters of DBN network completely
Replies: 3
Views: 3000

Re: the pysmile can not learn the parameters of DBN network completely

Can you share the source code and your model in the text format? You can use the private messaging on this forum if you don't want these to be publicly accessible.
by shooltz[BayesFusion]
Tue Oct 04, 2022 6:53 pm
Forum: GeNIe
Topic: Cross validation for DBNs
Replies: 1
Views: 1842

Re: Cross validation for DBNs

At this point we only support cross validation in discrete Bayesian networks.
by shooltz[BayesFusion]
Tue Sep 06, 2022 11:14 pm
Forum: SMILE
Topic: the probability value
Replies: 1
Views: 2564

Re: the probability value

See the Tutorial2.java program in SMILE Wrappers Manual. The static functions printAllPosteriors and printPosteriors demonstrate how to access the calculated probability values.

All our documentation is available at https://support.bayesfusion.com/docs/
by shooltz[BayesFusion]
Fri Sep 02, 2022 9:04 pm
Forum: SMILE
Topic: What is the best way to integrate SMILE into a TypeScript backend?
Replies: 3
Views: 2912

Re: What is the best way to integrate SMILE into a TypeScript backend?

Have you considered creating a language-neutral API for SMILE at some point? We did not, this would be have to be a large effort if all of the SMILE functionality would be covered. The minimal CLI which gets the network and evidence on input and returns the calculated probabilities could be extract...
by shooltz[BayesFusion]
Fri Sep 02, 2022 9:02 pm
Forum: SMILE
Topic: node definition
Replies: 1
Views: 2457

Re: node definition

net.getNodeDefinition(nodeHandle) in your post suggests you're using jSMILE and Java. To obtain the calculated probabilities, you should call Network.getNodeValue. Please refer to SMILE Wrappers Manual, the Tutorials section and Tutorial 2: https://support.bayesfusion.com/docs/Wrappers/tutorials_tut...
by shooltz[BayesFusion]
Fri Sep 02, 2022 8:57 pm
Forum: GeNIe
Topic: Focus in diagnostic windows switch automatically
Replies: 3
Views: 2273

Re: Focus in diagnostic windows switch automatically

This is by design - we have implemented the diagnosis for the large organisation performing machine diagnosis.

We'll add an option to disable this behaviour in the next service release.