// ~->[DNET-1]->~ // File created by someone at MonashUniv using Netica 2.17 on Nov 29, 2007 at 17:31:42. bnet venture_analysis3 { autoupdate = TRUE; whenchanged = 1047511783; visual V4 { defdispform = BELIEFBARS; nodelabeling = TITLE; NodeMaxNumEntries = 50; nodefont = font {shape= "Arial"; size= 10;}; linkfont = font {shape= "Arial"; size= 9;}; windowposn = (30, 26, 733, 344); resolution = 72; drawingbounds = (1080, 720); showpagebreaks = FALSE; usegrid = TRUE; gridspace = (6, 6); PrinterSetting A { margins = (1270, 1270, 1270, 1270); landscape = FALSE; magnify = 1; }; }; node Demand { kind = NATURE; discrete = TRUE; states = (High, Low); parents = (); probs = // High Low (0.7, 0.3); title = "Product\nDemand"; whenchanged = 1047510484; visual V4 { center = (654, 138); height = 3; }; }; node ResearchResults { kind = NATURE; discrete = TRUE; states = (optimistic, pessimistic); parents = (Demand); probs = // optimistic pessimistic // Demand ((0.85, 0.15), // High (0.25, 0.75)); // Low ; title = "Research\n Results"; whenchanged = 1047510859; visual V4 { center = (300, 138); height = 1; }; }; node LaunchProduct { kind = DECISION; discrete = TRUE; chance = DETERMIN; states = (Launch, Drop); parents = (ResearchResults); functable = // ResearchResults (Launch, // optimistic Drop); // pessimistic ; title = " Launch\nProduct ?"; whenchanged = 1047511783; visual V4 { center = (300, 342); height = 4; }; }; node NetProfit { kind = UTILITY; discrete = FALSE; measure = RATIO; parents = (LaunchProduct, Demand); functable = // LaunchProduct Demand ((500, // Launch High -250), // Launch Low (0, // Drop High 0)); // Drop Low ; title = " Net\nProfit"; whenchanged = 1047510781; visual V4 { center = (654, 342); height = 2; }; }; node ListentoInformation { kind = DECISION; discrete = TRUE; chance = DETERMIN; states = (true); parents = (); functable = true; title = "Listen to Information"; whenchanged = 1047510746; visual V4 { center = (126, 48); height = 5; }; }; ElimOrder = (Demand, ListentoInformation, LaunchProduct, ResearchResults); };