<?xml version="1.0" encoding="ISO-8859-1"?>
<smile version="1.0" id="Network2" numsamples="10000" discsamples="10000">
	<nodes>
		<cpt id="RainC">
			<state id="Rain" />
			<state id="NoRain" />
			<probabilities>0.2 0.8</probabilities>
		</cpt>
		<cpt id="WindC">
			<state id="Windy" />
			<state id="Calm" />
			<probabilities>0.3 0.7</probabilities>
		</cpt>
		<decision id="PrecautionC">
			<state id="Umbrella" />
			<state id="Raincoat" />
			<state id="Both" />
			<state id="None" />
			<parents>RainC WindC</parents>
		</decision>
		<utility id="ValueC">
			<parents>PrecautionC RainC WindC</parents>
			<utilities>20 70 30 40 60 50 30 40 20 60 20 30 0 10 90 100</utilities>
		</utility>
	</nodes>
	<extensions>
		<genie version="1.0" app="GeNIe 2.2.2626.2 1d3af2fc8bc8c80" name="Network2" faultnameformat="nodestate">
			<node id="PrecautionC">
				<name>Precaution</name>
				<interior color="e5f6f7" />
				<outline color="000080" />
				<font color="000000" name="Arial" size="12" bold="true" />
				<position>76 95 171 126</position>
				<barchart active="true" width="188" height="115" />
			</node>
			<node id="RainC">
				<name>Rain?</name>
				<interior color="e5f6f7" />
				<outline color="000080" />
				<font color="000000" name="Arial" size="12" bold="true" />
				<position>320 27 383 66</position>
				<barchart active="true" width="171" height="69" />
			</node>
			<node id="WindC">
				<name>Wind?</name>
				<interior color="e5f6f7" />
				<outline color="000080" />
				<font color="000000" name="Arial" size="12" bold="true" />
				<position>475 129 541 170</position>
				<barchart active="true" width="171" height="69" />
			</node>
			<node id="ValueC">
				<name>Value</name>
				<interior color="e5f6f7" />
				<outline color="000080" />
				<font color="000000" name="Arial" size="12" bold="true" />
				<position>287 232 355 274</position>
				<barchart active="true" width="195" height="46" />
			</node>
			<textbox>
				<caption>This diagram assumes that we will know for sure whether there will be rain or not and whether it will be windy.  The probability of both events is immaterial.  Please note that the decision is pretty easy now -- we know for sure what value we will get out of the decision.  Before a decision can be made, you will observe the states of Rain and Wind and the solution depends on these.  GeNIe calculates the solution for all the cases of observations.</caption>
				<font color="000000" name="Arial" size="12" bold="true" />
				<position>34 302 565 435</position>
			</textbox>
		</genie>
	</extensions>
</smile>
