Search found 1445 matches
- Thu Jan 23, 2025 10:57 am
- Forum: SMILE
- Topic: Adding a probability distribution as evidence
- Replies: 1
- Views: 9671
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 ...
- Mon Dec 30, 2024 7:32 pm
- Forum: GeNIe
- Topic: possible bug in noisy MAX nodes, version 5.0
- Replies: 3
- Views: 18734
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.
- Mon Dec 16, 2024 9:06 pm
- Forum: GeNIe
- Topic: possible bug in noisy MAX nodes, version 5.0
- Replies: 3
- Views: 18734
Re: possible bug in noisy MAX nodes, version 5.0
Bug confirmed, I will post here once the fix is available.
- Mon Nov 04, 2024 10:46 am
- Forum: GeNIe
- Topic: Copy and paste problem with GeNIe 5
- Replies: 2
- Views: 4378
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.
If you're running GeNIe with Crossover on Mac, the solution from the previous thread was to install GeNIe into 32-bit bottle.
- Fri Oct 25, 2024 11:25 am
- Forum: GeNIe
- Topic: ERROR: Node type not supported by Hugin
- Replies: 2
- Views: 5135
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.
SMILE 2.3
SMILE 2.3 is now available. This version of the library supports new diagnosis algorithms. The libraries for C++, Python, Java, R and .NET can be downloaded from https://download.bayesfusion.com. We also maintain repositories for use with Maven and pip, see the download website for more details. Sup...
- Thu Oct 10, 2024 8:57 am
- Forum: GeNIe
- Topic: GeNIe 5.0 released
- Replies: 0
- Views: 7286
GeNIe 5.0 released
We have released GeNIe 5.0. This version of the program supports equations in dynamic Bayesian networks. Additionally, there's now a command for Most Probable Explanation (MPE) and a bulk update feature.
- Mon Sep 23, 2024 7:31 pm
- Forum: GeNIe
- Topic: Can QGeNIE display the weight value of edges?
- Replies: 2
- Views: 5949
Re: Can QGeNIE display the weight value of edges?
You can view the weight value of the arc by positioning your mouse cursor over arc's head. The tooltip with arc properties will be displayed.
- Tue Sep 17, 2024 8:50 am
- Forum: SMILE
- Topic: Question about the error for 'mex matsmile.cpp'
- Replies: 1
- Views: 5544
Re: Question about the error for 'mex matsmile.cpp'
The error message you're getting is caused by one of SMILE headers comparing Visual C++ compiler version with know versions list. If you're using Visual Studio 2022 version 17.10, _MSC_VER is defined as 1940, which is outside of the range expected by SMILE's autolink.h header. To fix the problem, re...
- Thu Sep 12, 2024 7:24 pm
- Forum: SMILE
- Topic: Is it possible to display error messages like in GeNIe when learning?
- Replies: 1
- Views: 5262
Re: Is it possible to display error messages like in GeNIe when learning?
The output from GeNIe you've quoted is produced by GeNIe code, which runs before calling into SMILE.
The implementation of PC in core C++ SMILE actually produces limited text output in addition to error code, but it's just a single line (no list of discrete vs continuous columns in the dataset)
The implementation of PC in core C++ SMILE actually produces limited text output in addition to error code, but it's just a single line (no list of discrete vs continuous columns in the dataset)
- Mon Sep 02, 2024 11:49 am
- Forum: GeNIe
- Topic: How to index when state is interval
- Replies: 12
- Views: 19816
Re: How to index when state is interval
There's no such API in SMILE.
- Fri Aug 30, 2024 10:09 pm
- Forum: GeNIe
- Topic: How to index when state is interval
- Replies: 12
- Views: 19816
Re: How to index when state is interval
Answered by PM earlier today.
- Wed Aug 28, 2024 3:10 pm
- Forum: GeNIe
- Topic: How to index when state is interval
- Replies: 12
- Views: 19816
Re: How to index when state is interval
We have a private, undocumented C++ only API which gets triangulation statistics, including cluster sizes. Send me a forum private message if you want to get info on how to use it.
- Mon Aug 26, 2024 1:41 pm
- Forum: GeNIe
- Topic: How to index when state is interval
- Replies: 12
- Views: 19816
Re: How to index when state is interval
system shows that the model is too complex. However, I have observed that my memory is not fully utilized. Is there any way to solve the situation? SMILE can determine if the model is too complex without actually trying to allocate the memory. Regarding parallelism, SMILE does not support it yet. H...
- Thu Aug 22, 2024 8:12 pm
- Forum: GeNIe
- Topic: How to index when state is interval
- Replies: 12
- Views: 19816
Re: How to index when state is interval
The discrete node definition after the DSL_EQUATION to DSL_CPT change will have intervals if the original equation node had discretization intervals specified. Please note that the two discretization intervals will be set in the equation node if a) equation node has no discretization intervals yet a...