Search found 1420 matches

by shooltz[BayesFusion]
Fri Oct 28, 2022 12:52 pm
Forum: SMILE
Topic: rSMILE 2.0.8
Replies: 5
Views: 7469

Re: rSMILE 2.0.8

You should pass the full .zip file name to install.packages and use the 'type' parameter: > install.packages("C:/Users/your-user-id/Downloads/rSMILE_2.0.8.zip", repos = NULL, type = "win.binary") package 'rSMILE' successfully unpacked and MD5 sums checked The example above assume...
by shooltz[BayesFusion]
Thu Oct 27, 2022 10:44 pm
Forum: GeNIe
Topic: Sensitivity analysis in GeNIe v 4
Replies: 6
Views: 4912

Re: Sensitivity analysis in GeNIe v 4

is it possible to call the hybrid network in R using rSMILE and then connect it to a global sensitivity analysis package in R
We don't have any experience with R's sensitivity analysis packages. Can you post a link to the package you're referring to?
by shooltz[BayesFusion]
Thu Oct 27, 2022 12:39 pm
Forum: GeNIe
Topic: Sensitivity analysis in GeNIe v 4
Replies: 6
Views: 4912

Re: Sensitivity analysis in GeNIe v 4

In GeNIe 4.0 we have modified the inference algorithm for the hybrid models. Instead of a complete discretized copy (which you can get in GeNIe 3.x), we use 'virtualized' CPTs for equation nodes. Additionally, we always take into account all possible reductions in the CPTs, such as the presence of t...
by shooltz[BayesFusion]
Thu Oct 27, 2022 12:32 pm
Forum: SMILE
Topic: Memmory related failures in smile engine
Replies: 6
Views: 6219

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: 9322

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: 3830

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: 4397

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: 3861

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: 3574

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: 17614

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: 3438

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: 3438

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: 4568

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: 3227

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: 4280

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/