Search found 1417 matches

by shooltz[BayesFusion]
Mon Aug 29, 2022 2:09 pm
Forum: SMILE
Topic: What is the best way to integrate SMILE into a TypeScript backend?
Replies: 3
Views: 3613

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

I believe your options for SMILE integration are: 1. if the backend runs on Node, write an add-on with N-API (https://nodejs.org/api/n-api.html#node-api). The add-on would link SMILE and perform the calculations. Please note that we have never done anything with Node add-ons, this suggestion is base...
by shooltz[BayesFusion]
Mon Aug 22, 2022 9:31 pm
Forum: GeNIe
Topic: reference
Replies: 1
Views: 2574

Re: reference

Please refer to the 'Copyright notice' chapter in GeNIe manual, which is available from GeNIe's help menu, and also online (PDF and HTML formats) at https://support.bayesfusion.com/docs/
by shooltz[BayesFusion]
Wed Aug 17, 2022 9:32 pm
Forum: SMILE
Topic: GeNIe v.4
Replies: 1
Views: 3045

Re: GeNIe v.4

We have modified the hybrid inference algorithm to avoid the creation of the discretized network. SMILE 2.x performs the discretization on the fly and always takes into account the information available to reduce the size of the CPTs (constant nodes and evidence, including evidence set on discrete n...
by shooltz[BayesFusion]
Tue Aug 16, 2022 9:11 pm
Forum: SMILE
Topic: rSMILE 2.0.8
Replies: 5
Views: 6564

Re: rSMILE 2.0.8

Your version of R must be compatible with the R version we use to build rSMILE. As indicated in the rSMILE section at our download website, we currently use R 4.2.1. You need to update your R if you want to proceed with rSMILE 2.0.8.
by shooltz[BayesFusion]
Wed Aug 10, 2022 2:19 pm
Forum: GeNIe
Topic: File corrupted when trying to copy and paste an equation node into a new file
Replies: 3
Views: 3183

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

Thanks for reporting this. I was unable to reproduce the exact scenario you described, but found other issues in copy/paste code. This issue gets high priority in our tracking system.
by shooltz[BayesFusion]
Wed Aug 10, 2022 2:13 pm
Forum: GeNIe
Topic: Different state numbering for chance and equation nodes
Replies: 4
Views: 3703

Re: Different state numbering for chance and equation nodes

I added this to our tracking system. We'll change equation discretized state indexing to 0-based in the next service release.
by shooltz[BayesFusion]
Tue Aug 09, 2022 8:15 pm
Forum: GeNIe
Topic: Discretize network in Genie 4.0
Replies: 3
Views: 3074

Re: Discretize network in Genie 4.0

We have modified the code for solving hybrid models the discretization is required. We no longer create a separate copy of the network with discrete nodes (which you could previously inspect with the Discretize command). Instead, the discretized CPTs are created on demand, and evidence in parents is...
by shooltz[BayesFusion]
Fri Aug 05, 2022 2:26 pm
Forum: GeNIe
Topic: Bug in the Switch function of GeNIe4.0
Replies: 3
Views: 3229

Re: Bug in the Switch function of GeNIe4.0

Thanks for spotting the bug. We'll fix it in the next service release.

As a temporary workaround, please consider using the If() function, which supports state literals in GeNIe 4.0. For example:

Code: Select all

Node2=If(Node1="State0", value_for_state0, value_for_other_states)
by shooltz[BayesFusion]
Thu Aug 04, 2022 2:14 pm
Forum: GeNIe
Topic: set the seed of random number generators in equation nodes
Replies: 3
Views: 2911

Re: set the seed of random number generators in equation nodes

Please update your GeNIe version to 4.0 - it's available at our download site (https://download.bayesfusion.com)
by shooltz[BayesFusion]
Wed Aug 03, 2022 12:49 pm
Forum: GeNIe
Topic: set the seed of random number generators in equation nodes
Replies: 3
Views: 2911

Re: set the seed of random number generators in equation nodes

The default value of network's random seed is zero - you should get different sampling values each time you run inference.

To check the seed, go to network properties and select the 'Inference' page. Random seed is there (it is saved in the .xdsl file if you change it).
by shooltz[BayesFusion]
Fri Jul 29, 2022 2:51 pm
Forum: GeNIe
Topic: CPTS Query
Replies: 1
Views: 2440

Re: CPTS Query

AHP is a completely different technique that some people compare to multi-attribute utility functions. I don’t believe there is any straightforward way to combine AHP with probabilities. Hence no straightforward combination with Bayesian networks.
I hope this helps.
by shooltz[BayesFusion]
Wed Jul 20, 2022 10:36 pm
Forum: SMILE
Topic: Get State
Replies: 1
Views: 3029

Re: Get State

See Tutorial3 in SMILE Wrappers Manual. The manual is available as HTML or PDF at https://support.bayesfusion.com/docs.
by shooltz[BayesFusion]
Wed Jul 13, 2022 12:22 pm
Forum: SMILE
Topic: SMILE 2.0 released. Binaries for M-series Macs available, interval-based nodes and metalog distribution supported now.
Replies: 5
Views: 8282

SMILE 2.0 released. Binaries for M-series Macs available, interval-based nodes and metalog distribution supported now.

SMILE 2.0 is now available at https://download.bayesfusion.com . This version of the library supports metalog distributions and discrete nodes based on intervals or point values. SMILE fully supports Macs based on M series (Apple Silicon) ARM CPUs. The C++, Python and Java libraries are available as...
by shooltz[BayesFusion]
Fri Jul 08, 2022 3:50 pm
Forum: GeNIe
Topic: exporting output of influence diagram
Replies: 2
Views: 2760

Re: exporting output of influence diagram

You can open the Value page in node properties, and copy the utilities from there. The numbers are copied in the text format, which can be pasted into any text editor or spreadsheet. If you want to run over multiple sets of evidence/decisions, and get utilities for each case written to a file, it ca...
by shooltz[BayesFusion]
Tue Jul 05, 2022 9:23 pm
Forum: GeNIe
Topic: About learning parameters
Replies: 5
Views: 3310

Re: About learning parameters

The PC algorithm produces a 'pattern', which may include cycles and/or undirected or bidirected arcs. If your pattern is a DAG, you can proceed to EM by clicking on the 'Learn parameters' button in the PC patter editor.