source: src/test/resources/partydomain/party1_utility_uncertain.xml@ 209

Last change on this file since 209 was 84, checked in by Wouter Pasman, 6 years ago

#30 Use existing values in uncertain profile. Use "errors" instead of "error".

File size: 4.7 KB
RevLine 
[76]1<utility_space type="uncertain">
[78]2<comparisons>1</comparisons>
[84]3<errors>2</errors>
[76]4<experimental>false</experimental>
5<objective index="0" description="" name="Party" type="objective" etype="objective">
6<issue index="1" name="Food" vtype="discrete" type="discrete" etype="discrete">
7<item index="1" description="Buy bags of chips and party nuts for all guests." value="Chips and Nuts" cost="100.0" evaluation="3">
8</item>
9<item index="2" description="Diced cheese, sliced sausage, deep fried stuff. More tasty than chips and nuts, but more expensive." value="Finger-Food" cost="170.0" evaluation="2">
10</item>
11<item index="3" description="Custom snacks, hours d’oeuvres etc. Less expansive than finger-food, but more work." value="Handmade Food" cost="120.0" evaluation="2">
12</item>
13<item index="4" description="Outsource the food, if you will. The least work, the
14highest cost." value="Catering" cost="250.0" evaluation="1">
15</item>
16</issue>
17<issue index="2" name="Drinks" vtype="discrete" type="discrete" etype="discrete">
18<item index="1" description="Soda’s, ice water, etc." value="Non-Alcoholic" cost="75.0" evaluation="1">
19</item>
20<item index="2" description="More than enough beers for everybody. It has alcohol, but is more expensive." value="Beer Only" cost="300.0" evaluation="3">
21</item>
22<item index="3" description="Mix your own drinks. More work, but less expensive than a trainload of beer." value="Handmade Cocktails" cost="200.0" evaluation="2">
23</item>
24<item index="4" description="Let some company do the drinks. Least work, highest cost." value="Catering" cost="450.0" evaluation="1">
25</item>
26</issue>
27<issue index="3" name="Location" vtype="discrete" type="discrete" etype="discrete">
28<item index="1" description="A tent on some field somewhere. Roomy, but outdoors." value="Party Tent" cost="200.0" evaluation="2">
29</item>
30<item index="2" description="Give the party in your dormitory. It’s home, but there is less room." value="Your Dorm" cost="100.0" evaluation="1">
31</item>
32<item index="3" description="Hire a standard party room. Enough room, no outdoor problems. It costs more, though." value="Party Room" cost="400.0" evaluation="4">
33</item>
34<item index="4" description="The fanciest option. A beautifully decorated ballroom with everything you need." value="Ballroom" cost="600.0" evaluation="3">
35</item>
36</issue>
37<issue index="4" name="Invitations" vtype="discrete" type="discrete" etype="discrete">
38<item index="1" description="Write the address on pieces of paper and hand those out." value="Plain" cost="25.0" evaluation="1">
39</item>
40<item index="2" description="Take a nice picture of something, or buy one in the store, and write on the back of that. More expensive, but prettier." value="Photo" cost="75.0" evaluation="3">
41</item>
42<item index="3" description="Custom shape card. More work, a tad less expensive than the photo option." value="Custom, Handmade" cost="50.0" evaluation="4">
43</item>
44<item index="4" description="Design the card, then let somebody else print it. You pay a lot, but do the least." value="Custom, Printed" cost="150.0" evaluation="2">
45</item>
46</issue>
47<issue index="5" name="Music" vtype="discrete" type="discrete" etype="discrete">
48<item index="1" description="Plug some boxes into your computer and run off your MP3 collection. More work, the wiring costs money." value="MP3" cost="100.0" evaluation="2">
49</item>
50<item index="2" description="Hire a DJ to play off his MP3 collection. No work for you during the party, but more expensive." value="DJ" cost="250.0" evaluation="3">
51</item>
52<item index="3" description="Hire a party band for live music. The most expensive, but it is live music." value="Band" cost="350.0" evaluation="1">
53</item>
54</issue>
55<issue index="6" name="Cleanup" vtype="discrete" type="discrete" etype="discrete">
56<item index="1" description="This will take a lot of scrubbing. It is cheap, but by far the most work." value="Water and Soap" cost="20.0" evaluation="2">
57</item>
58<item index="2" description="Specialized materials will help cleaning a lot, but it is more expensive." value="Specialized Materials" cost="60.0" evaluation="3">
59</item>
60<item index="3" description="Rent a CleanMaster 3000 and see those stains disappear in no time. Yet less work, yet more mone" value="Special Equiment" cost="150.0" evaluation="1">
61</item>
62<item index="4" description="Hire somebody else to do your dirty work. No work,but pricey." value="Hired Help" cost="200.0" evaluation="1">
63</item>
64</issue>
65<weight index="1" value="0.19">
66</weight>
67<weight index="2" value="0.28">
68</weight>
69<weight index="3" value="0.19">
70</weight>
71<weight index="4" value="0.05">
72</weight>
73<weight index="5" value="0.19">
74</weight>
75<weight index="6" value="0.10">
76</weight>
77</objective>
78</utility_space>
Note: See TracBrowser for help on using the repository browser.