Any idea whether value of control calculation can be incorporated into the package?
It's slightly different than value of information calculation.
Search found 15 matches
- Fri Oct 23, 2009 12:23 am
- Forum: SMILE
- Topic: Value of control
- Replies: 1
- Views: 4704
- Thu Sep 24, 2009 1:07 pm
- Forum: SMILE
- Topic: Is there a method to get a sample based on the BN/ID?
- Replies: 2
- Views: 5436
- Thu Sep 24, 2009 8:16 am
- Forum: SMILE
- Topic: Is there a method to get a sample based on the BN/ID?
- Replies: 2
- Views: 5436
Is there a method to get a sample based on the BN/ID?
Wondering whether there's a build-in way to get a random sample based on the model and evidence.
Can't find one in the current API, but I'm sure there's code in the library that does that right?
BTW thanks for all the answers to questions I have posted, and I have posted quite a lot.
Can't find one in the current API, but I'm sure there's code in the library that does that right?
BTW thanks for all the answers to questions I have posted, and I have posted quite a lot.
- Fri Sep 18, 2009 2:34 am
- Forum: SMILE
- Topic: How to find joint marginal distribution?
- Replies: 4
- Views: 12055
- Thu Sep 17, 2009 8:56 am
- Forum: SMILE
- Topic: How to find joint marginal distribution?
- Replies: 4
- Views: 12055
How to find joint marginal distribution?
When I update beliefs in an influence diagram, the values in the chance nodes are conditional marginal probability distributions (conditioned on the informational nodes and/or decision nodes).
Can I obtain joint marginal distributions by calling some method?
Basically instead of P(node A = state0 ...
Can I obtain joint marginal distributions by calling some method?
Basically instead of P(node A = state0 ...
- Wed Sep 16, 2009 10:47 am
- Forum: SMILE
- Topic: Find best policy algo vs policy evaluation algo
- Replies: 4
- Views: 10731
- Wed Sep 16, 2009 8:16 am
- Forum: SMILE
- Topic: Find best policy algo vs policy evaluation algo
- Replies: 4
- Views: 10731
Find best policy algo vs policy evaluation algo
I have a test ID that using "policy evaluation" algo, gives me some decision A (correct one) as the decision with the highest expected utility, but using "find best policy", gives me decision B (last decision always) as the optimal policy.
Not sure why this would be the case.
Is there any ...
Not sure why this would be the case.
Is there any ...
- Wed Sep 16, 2009 7:35 am
- Forum: SMILE
- Topic: noisy-max question
- Replies: 5
- Views: 10989
- Fri Sep 11, 2009 9:14 pm
- Forum: SMILE
- Topic: noisy-max question
- Replies: 5
- Views: 10989
noisy-max question
I was reading the Genie documentation and it says
At the moment, GeNIe does not take any computational advantage of the Noisy-MAX nodes in its reasoning algorithms and uses them purely as a useful knowledge engineering tool.
Is that true for SMILE too?
If one could replace a typical chance node ...
At the moment, GeNIe does not take any computational advantage of the Noisy-MAX nodes in its reasoning algorithms and uses them purely as a useful knowledge engineering tool.
Is that true for SMILE too?
If one could replace a typical chance node ...
- Thu Sep 10, 2009 3:46 pm
- Forum: SMILE
- Topic: Getting different bugs with .dsl and .xdsl
- Replies: 7
- Views: 13452
- Thu Sep 10, 2009 3:27 pm
- Forum: SMILE
- Topic: Curious why one way of setting outcomes fails.
- Replies: 2
- Views: 6297
- Thu Sep 10, 2009 2:53 am
- Forum: SMILE
- Topic: Curious why one way of setting outcomes fails.
- Replies: 2
- Views: 6297
Curious why one way of setting outcomes fails.
SMILE allows me to use AddOutcome() but doesn't allow me to use SetNumberOfOutcomes(int). It returns a -19 DSL_WRONG_NUM_STATES error.
It's a decision node with no parents. Anybody know why the code does not let me set an arbitrary number of outomes with SetNumberOfOutcomes(int) but allows me to do ...
It's a decision node with no parents. Anybody know why the code does not let me set an arbitrary number of outomes with SetNumberOfOutcomes(int) but allows me to do ...
- Wed Sep 09, 2009 9:56 pm
- Forum: SMILE
- Topic: Getting different bugs with .dsl and .xdsl
- Replies: 7
- Views: 13452
- Wed Sep 09, 2009 5:52 pm
- Forum: SMILE
- Topic: Getting different bugs with .dsl and .xdsl
- Replies: 7
- Views: 13452
- Wed Sep 09, 2009 9:14 am
- Forum: SMILE
- Topic: Getting different bugs with .dsl and .xdsl
- Replies: 7
- Views: 13452
Getting different bugs with .dsl and .xdsl
Hi I am having some problems with running SMILE on a Linux machine.
I have gcc version 4.0.0 20050519 (Red Hat 4.0.0-8 ) and use smile_1_1_linux_gcc_4_1_1.tar.gz. Is this a problem if the compiler versions are different?
I get different bugs depending on whether I write to .dsl or read from .xdsl ...
I have gcc version 4.0.0 20050519 (Red Hat 4.0.0-8 ) and use smile_1_1_linux_gcc_4_1_1.tar.gz. Is this a problem if the compiler versions are different?
I get different bugs depending on whether I write to .dsl or read from .xdsl ...