Request: Allow Cycling With A Warning

The front end.
Post Reply
SteveM
Posts: 10
Joined: Tue Aug 05, 2008 3:05 pm

Request: Allow Cycling With A Warning

Post by SteveM »

I use GeNie for framing out process problems using influence diagrams. Sometimes there is feedback so I'd like to be able to create cycles for illustration only. No calculations are required so the cycle is harmless computationally.

So could a switch be added that allows cycling with a warning rather than absolutely preventing it? I suppose the same switch could turn the calculation engine off and on.

Thanks,

SteveM
shooltz[BayesFusion]
Site Admin
Posts: 1417
Joined: Mon Nov 26, 2007 5:51 pm

Re: Request: Allow Cycling With A Warning

Post by shooltz[BayesFusion] »

SteveM wrote:So could a switch be added that allows cycling with a warning rather than absolutely preventing it? I suppose the same switch could turn the calculation engine off and on.
The implementation of the feature you're suggesting would be possible, but the cost is nontrivial. GeNIe uses SMILE for representing the network. All algorithms in SMILE assume that network is a DAG (this includes code for propagating the evidence, for example). The library would have to become aware of the new switch.
Post Reply