Thanks!
I read the post on the Indexing parents, but I fail to understand how it relates to my question. Indexing parents are parents , not the predecessors, so I don't see how to make the connection.
Another question on the same topic. Shachter's algorithm require expectations for values nodes ...
Search found 19 matches
- Tue Jul 01, 2008 1:57 pm
- Forum: SMILE
- Topic: Using SMILE for Influence Diagrams
- Replies: 6
- Views: 14365
- Tue Jul 01, 2008 10:09 am
- Forum: SMILE
- Topic: GetIndexingParents
- Replies: 1
- Views: 5577
GetIndexingParents
Hi,
Whenever I call this function, the returned set is empty, although the node has 5 parents.
According to the documentation, this function should return the list of node's indexing parents. IIUC, this means that the list should contain node's parents in the order they are used for setting the ...
Whenever I call this function, the returned set is empty, although the node has 5 parents.
According to the documentation, this function should return the list of node's indexing parents. IIUC, this means that the list should contain node's parents in the order they are used for setting the ...
- Tue Jul 01, 2008 9:39 am
- Forum: SMILE
- Topic: Using SMILE for Influence Diagrams
- Replies: 6
- Views: 14365
- Mon Jun 30, 2008 4:29 pm
- Forum: SMILE
- Topic: Using SMILE for Influence Diagrams
- Replies: 6
- Views: 14365
Using SMILE for Influence Diagrams
Hi,
I have a rather simple question about SMILE. If I want to use it for solving Influence Diagrams, is this the usual workflow:
- set the graph/read it from the file
- manually update the probabilities based on the dataset
- calculate the expected values for utility nodes
- set some of the nodes as ...
I have a rather simple question about SMILE. If I want to use it for solving Influence Diagrams, is this the usual workflow:
- set the graph/read it from the file
- manually update the probabilities based on the dataset
- calculate the expected values for utility nodes
- set some of the nodes as ...
Outcomes
Hi,
In my program, I read the network file, which has the default outcome names. I would like to update the outcomes dynamically (ie. while I read the data set from the separate file). So, I thought that by doing RemoveOutcome(i) or SetNumberOfOutcomes(0) I would annulate current outcomes.
Well, it ...
In my program, I read the network file, which has the default outcome names. I would like to update the outcomes dynamically (ie. while I read the data set from the separate file). So, I thought that by doing RemoveOutcome(i) or SetNumberOfOutcomes(0) I would annulate current outcomes.
Well, it ...
- Fri Jun 20, 2008 5:42 pm
- Forum: SMILE
- Topic: IndexToCoordinates
- Replies: 1
- Views: 5992
IndexToCoordinates
Hi,
I'm encountering something really strange. According to the documentation, IndexToCoordinates() should convert flat index to coordinates, for a given DSL_Dmatrix. When I try this:
std::cout << "MI4 " << kam.GetNumberOfDimensions() << std::endl;
std::cout << "MI4 " << kam.GetSize() << std ...
I'm encountering something really strange. According to the documentation, IndexToCoordinates() should convert flat index to coordinates, for a given DSL_Dmatrix. When I try this:
std::cout << "MI4 " << kam.GetNumberOfDimensions() << std::endl;
std::cout << "MI4 " << kam.GetSize() << std ...
- Tue Apr 29, 2008 6:23 pm
- Forum: SMILE
- Topic: ReadFile segfaulting
- Replies: 3
- Views: 9086
Re: ReadFile segfaulting
:) I'll do that right away...
I discovered that I don't need to call ReadFile at all, to get segfault. If I call theNet.Header().SetId("test"); it segfaults.
Solved! :)
I had a bug with pthreads. The object which contained theNet was created inside main(), which passed pointer to it to other ...
- Tue Apr 29, 2008 4:24 pm
- Forum: SMILE
- Topic: ReadFile segfaulting
- Replies: 3
- Views: 9086
Re: ReadFile segfaulting
Can you write simple app which doesn't link to any other external library except SMILE and just calls ReadFile, then exits? If you get the segfault in that case, post the 'brutally simple file' here - maybe it's brutal, but not that simple :)
:) I'll do that right away...
I discovered that I don ...
:) I'll do that right away...
I discovered that I don ...
- Tue Apr 29, 2008 3:11 pm
- Forum: SMILE
- Topic: ReadFile segfaulting
- Replies: 3
- Views: 9086
ReadFile segfaulting
Hi,
when I try to call theNet.ReadFile("/home/nikkne/test.xdsl"); it segfaults. File exists, it was created by WriteFile() call, and is brutally simple.
coredump's backtrace shows this:
Program terminated with signal 11, Segmentation fault.
#0 0x080f39c9 in DSL_header::SetId ()
(gdb) bt
#0 ...
when I try to call theNet.ReadFile("/home/nikkne/test.xdsl"); it segfaults. File exists, it was created by WriteFile() call, and is brutally simple.
coredump's backtrace shows this:
Program terminated with signal 11, Segmentation fault.
#0 0x080f39c9 in DSL_header::SetId ()
(gdb) bt
#0 ...
- Wed Apr 09, 2008 2:08 pm
- Forum: SMILE
- Topic: Utilities in Influence diagrams
- Replies: 1
- Views: 7302
Utilities in Influence diagrams
Hi all,
I have a naive question :(
I have an influence diagram matching a real-world experiment. This diagram has only one utility node, and in the experiment I can observe the value corresponding to this utility node. Since the utility node maps utility value to the values in the parents node in ...
I have a naive question :(
I have an influence diagram matching a real-world experiment. This diagram has only one utility node, and in the experiment I can observe the value corresponding to this utility node. Since the utility node maps utility value to the values in the parents node in ...
- Wed Apr 09, 2008 2:02 pm
- Forum: SMILE
- Topic: Problem with linking
- Replies: 4
- Views: 11307
- Mon Apr 07, 2008 10:01 pm
- Forum: SMILE
- Topic: Problem with linking
- Replies: 4
- Views: 11307
- Mon Apr 07, 2008 9:02 pm
- Forum: SMILE
- Topic: Problem with linking
- Replies: 4
- Views: 11307
Problem with linking
Hi,
when I try to link against libsmile.a, I get the following errors:
/usr/lib/gcc/i486-linux-gnu/3.4.6/collect2 --eh-frame-hdr -m elf_i386 -dynamic-linker /lib/ld-linux.so.2 -o skuld /usr/lib/gcc/i486-linux-gnu/3.4.6/../../../../lib/crt1.o /usr/lib/gcc/i486-linux-gnu/3.4.6/../../../../lib/crti.o ...
when I try to link against libsmile.a, I get the following errors:
/usr/lib/gcc/i486-linux-gnu/3.4.6/collect2 --eh-frame-hdr -m elf_i386 -dynamic-linker /lib/ld-linux.so.2 -o skuld /usr/lib/gcc/i486-linux-gnu/3.4.6/../../../../lib/crt1.o /usr/lib/gcc/i486-linux-gnu/3.4.6/../../../../lib/crti.o ...
- Mon Mar 31, 2008 3:06 pm
- Forum: SMILE
- Topic: novice question...
- Replies: 7
- Views: 17912
- Sun Mar 30, 2008 9:42 pm
- Forum: SMILE
- Topic: novice question...
- Replies: 7
- Views: 17912