<?xml version="1.0" encoding="ISO-8859-1"?>
<smile version="1.0" id="Umbrella" numsamples="10000" discsamples="10000">
	<nodes>
		<cpt id="Weather">
			<state id="Rain" />
			<state id="NoRain" />
			<probabilities>0.3 0.7</probabilities>
		</cpt>
		<cpt id="Forecast">
			<state id="Sunny" />
			<state id="Cloudy" />
			<state id="Rainy" />
			<parents>Weather</parents>
			<probabilities>0.05 0.15 0.8 0.5 0.3 0.2</probabilities>
		</cpt>
		<decision id="Umbrella">
			<state id="Take" />
			<state id="DoNotTake" />
			<parents>Forecast</parents>
		</decision>
		<utility id="Happiness">
			<parents>Weather Umbrella</parents>
			<utilities>80 0 90 100</utilities>
		</utility>
	</nodes>
	<extensions>
		<genie version="1.0" app="GeNIe 2.3.3520.1 1d480d954d39d00" name="Deciding whether to take or not to take the umbrella" faultnameformat="nodestate">
			<comment>A run of the mill umbrella problem with a weather forecast, found in most decision analysis textbooks.\nThe probabilities and utilities are invented for the purpose of demonstration.\n\nReference:\nBayesFusion, LLC</comment>
			<node id="Weather">
				<name>State of the Weather</name>
				<interior color="e5f6f7" />
				<outline color="0000bb" />
				<font color="000080" name="Arial" size="12" />
				<position>152 90 267 147</position>
				<comment>Will it Rain?</comment>
			</node>
			<node id="Forecast">
				<name>Weather Forecast</name>
				<interior color="e5f6f7" />
				<outline color="0000bb" />
				<font color="000080" name="Arial" size="12" />
				<position>80 10 181 63</position>
			</node>
			<node id="Umbrella">
				<name>Take Umbrella?</name>
				<interior color="e5f6f7" />
				<outline color="0000bb" />
				<font color="000080" name="Arial" size="12" />
				<position>12 96 106 140</position>
				<comment>To take or not to take. That is the question.</comment>
			</node>
			<node id="Happiness">
				<name>Total Happiness</name>
				<interior color="e5f6f7" />
				<outline color="0000bb" />
				<font color="000080" name="Arial" size="12" />
				<position>71 175 190 222</position>
				<comment>Am I Happy?</comment>
			</node>
			<textbox>
				<caption>A run of the mill umbrella problem with a weather forecast, found in most decision analysis textbooks.\nThe probabilities and utilities are invented for the purpose of demonstration.</caption>
				<font color="000080" name="Arial" size="12" bold="true" />
				<position>280 18 498 151</position>
			</textbox>
		</genie>
	</extensions>
</smile>
