Search found 1422 matches

by shooltz[BayesFusion]
Mon Oct 31, 2022 8:43 pm
Forum: GeNIe
Topic: Sensitivity analysis in GeNIe v 4
Replies: 6
Views: 4923

Re: Sensitivity analysis in GeNIe v 4

This is an interesting idea and we have made a note of it but it is unlikely we will provide a connection between SMILE and SAFE toolbox/R Sensobol very soon. Given that you have SMILE and the other packages, you will have to prepare the input for the external packages using R. Sorry for not being i...
by shooltz[BayesFusion]
Fri Oct 28, 2022 8:28 pm
Forum: SMILE
Topic: Memmory related failures in smile engine
Replies: 6
Views: 6232

Re: Memmory related failures in smile engine

I sent an email with a download link to the account you're using on this forum.
by shooltz[BayesFusion]
Fri Oct 28, 2022 12:52 pm
Forum: SMILE
Topic: rSMILE 2.0.8
Replies: 5
Views: 7479

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

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

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

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

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

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

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

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

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

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

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

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

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.