Thanks for the help. I still don't get a few things. I define the nodes as you said:
theNet.AddNode(NOISY_MAX,"Success");
// setting number (and name) of outcomes
DSL_idArray someNames;
someNames.Add("Success");
someNames.Add("Failure");
theNet.GetNode(success)->Definition ...
Search found 7 matches
- Wed Aug 18, 2010 1:30 pm
- Forum: SMILE
- Topic: How do I define a NoisyMAX gate/node?
- Replies: 15
- Views: 27361
- Tue Aug 17, 2010 2:12 pm
- Forum: SMILE
- Topic: How do I define a NoisyMAX gate/node?
- Replies: 15
- Views: 27361
How do I define a NoisyMAX gate/node?
I've been using the SMILE library for a while in a program and I must say that everything works great. The API provided works really well. The next thing I want to do is add functionality for Noisy gates in my program (to use noisyMAX to model common cause failures in aircraft systems). I was ...
- Mon May 10, 2010 3:05 pm
- Forum: SMILE
- Topic: Problem compiling SMILE with GCC on Windows
- Replies: 5
- Views: 10413
- Mon May 10, 2010 9:06 am
- Forum: SMILE
- Topic: Problem compiling SMILE with GCC on Windows
- Replies: 5
- Views: 10413
- Mon May 10, 2010 9:02 am
- Forum: SMILE
- Topic: Problem compiling SMILE with GCC on Windows
- Replies: 5
- Views: 10413
- Tue May 04, 2010 9:11 am
- Forum: SMILE
- Topic: Problem compiling SMILE with GCC on Windows
- Replies: 5
- Views: 10413
- Sun May 02, 2010 7:05 pm
- Forum: SMILE
- Topic: Problem compiling SMILE with GCC on Windows
- Replies: 5
- Views: 10413
Problem compiling SMILE with GCC on Windows
I am having trouble compiling the tutorial code with GCC on windows. I tried to compile the code with Visual C++ 2008 and the VC 9.0 SP1 library and that gives no problem. However I need to use GCC for compilation.
My GCC version is:
gcc (TDM-2 mingw32) 4.4.1
I first got the error:
c:\Bayes ...
My GCC version is:
gcc (TDM-2 mingw32) 4.4.1
I first got the error:
c:\Bayes ...