// ~->[DNET-1]->~ // File created by someone at MonashUniv using Netica 2.06 on Apr 16, 2004 at 11:29:27. bnet e0 { autoupdate = TRUE; whenchanged = 1082078963; visual V1 { defdispform = BELIEFBARS; nodelabeling = TITLE; NodeMaxNumEntries = 50; nodefont = font {shape= "Arial"; size= 10;}; linkfont = font {shape= "Arial"; size= 9;}; windowposn = (22, 22, 664, 370); resolution = 72; drawingbounds = (1046, 769); showpagebreaks = FALSE; usegrid = TRUE; gridspace = (6, 6); PrinterSetting A { margins = (1270, 1270, 1270, 1270); landscape = FALSE; magnify = 1; }; }; node Play { kind = DECISION; discrete = TRUE; chance = DETERMIN; states = (true); parents = (); functable = true; title = "Play"; whenchanged = 1082078392; visual V1 { center = (366, 90); height = 4; }; }; node Type { kind = NATURE; discrete = TRUE; states = (Type1, Type2); parents = (Play); probs = // Type1 Type2 // Play ((0.8, 0.2)); // true ; title = "Urn Type"; whenchanged = 1082078963; visual V1 { center = (126, 90); height = 1; }; }; node Guess { kind = DECISION; discrete = TRUE; chance = DETERMIN; states = (Type1, Type2); parents = (Play); functable = // Play (Type1); // true ; title = "Guess Urn"; whenchanged = 1082078963; visual V1 { center = (366, 222); height = 3; }; }; node U { kind = UTILITY; discrete = FALSE; measure = RATIO; parents = (Type, Guess); functable = // Type Guess ((40, // Type1 Type1 -5), // Type1 Type2 (-20, // Type2 Type1 100)); // Type2 Type2 ; title = "Utility"; whenchanged = 1082078575; visual V1 { center = (126, 222); height = 2; }; }; };