source: src/main/resources/genius/templates/partydomain/party2_utility.xml@ 346

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

#53 added 2x3 uncertain profiles in party domain

File size: 5.0 KB
Line 
1<utility_space>
2 <objective index="0" description="" name="Party"
3 type="objective" etype="objective">
4 <issue index="1" name="Food" vtype="discrete" type="discrete"
5 etype="discrete">
6 <item index="1"
7 description="Buy bags of chips and party nuts for all guests."
8 value="Chips and Nuts" cost="100" evaluation="1">
9 </item>
10 <item index="2"
11 description="Diced cheese, sliced sausage, deep fried stuff. More tasty than chips and nuts, but more expensive."
12 value="Finger-Food" cost="170" evaluation="2">
13 </item>
14 <item index="3"
15 description="Custom snacks, hours d’oeuvres etc. Less expansive than finger-food, but more work."
16 value="Handmade Food" cost="120" evaluation="3">
17 </item>
18 <item index="4"
19 description="Outsource the food, if you will. The least work, the
20highest cost."
21 value="Catering" cost="250" evaluation="4">
22 </item>
23 </issue>
24 <issue index="2" name="Drinks" vtype="discrete" type="discrete"
25 etype="discrete">
26 <item index="1" description="Soda’s, ice water, etc."
27 value="Non-Alcoholic" cost="75" evaluation="3">
28 </item>
29 <item index="2"
30 description="More than enough beers for everybody. It has alcohol, but is more expensive."
31 value="Beer Only" cost="300" evaluation="2">
32 </item>
33 <item index="3"
34 description="Mix your own drinks. More work, but less expensive than a trainload of beer."
35 value="Handmade Cocktails" cost="200" evaluation="12">
36 </item>
37 <item index="4"
38 description="Let some company do the drinks. Least work, highest cost."
39 value="Catering" cost="450" evaluation="1">
40 </item>
41 </issue>
42 <issue index="3" name="Location" vtype="discrete"
43 type="discrete" etype="discrete">
44 <item index="1"
45 description="A tent on some field somewhere. Roomy, but outdoors."
46 value="Party Tent" cost="200" evaluation="3">
47 </item>
48 <item index="2"
49 description="Give the party in your dormitory. It’s home, but there is less room."
50 value="Your Dorm" cost="100" evaluation="2">
51 </item>
52 <item index="3"
53 description="Hire a standard party room. Enough room, no outdoor problems. It costs more, though."
54 value="Party Room" cost="400" evaluation="10">
55 </item>
56 <item index="4"
57 description="The fanciest option. A beautifully decorated ballroom with everything you need."
58 value="Ballroom" cost="600" evaluation="1">
59 </item>
60 </issue>
61 <issue index="4" name="Invitations" vtype="discrete"
62 type="discrete" etype="discrete">
63 <item index="1"
64 description="Write the address on pieces of paper and hand those out."
65 value="Plain" cost="25" evaluation="12">
66 </item>
67 <item index="2"
68 description="Take a nice picture of something, or buy one in the store, and write on the back of that. More expensive, but prettier."
69 value="Photo" cost="75" evaluation="2">
70 </item>
71 <item index="3"
72 description="Custom shape card. More work, a tad less expensive than the photo option."
73 value="Custom, Handmade" cost="50" evaluation="1">
74 </item>
75 <item index="4"
76 description="Design the card, then let somebody else print it. You pay a lot, but do the least."
77 value="Custom, Printed" cost="150" evaluation="13">
78 </item>
79 </issue>
80 <issue index="5" name="Music" vtype="discrete" type="discrete"
81 etype="discrete">
82 <item index="1"
83 description="Plug some boxes into your computer and run off your MP3 collection. More work, the wiring costs money."
84 value="MP3" cost="100" evaluation="3">
85 </item>
86 <item index="2"
87 description="Hire a DJ to play off his MP3 collection. No work for you during the party, but more expensive."
88 value="DJ" cost="250" evaluation="1">
89 </item>
90 <item index="3"
91 description="Hire a party band for live music. The most expensive, but it is live music."
92 value="Band" cost="350" evaluation="2">
93 </item>
94 </issue>
95 <issue index="6" name="Cleanup" vtype="discrete" type="discrete"
96 etype="discrete">
97 <item index="1"
98 description="This will take a lot of scrubbing. It is cheap, but by far the most work."
99 value="Water and Soap" cost="20" evaluation="10">
100 </item>
101 <item index="2"
102 description="Specialized materials will help cleaning a lot, but it is more expensive."
103 value="Specialized Materials" cost="60" evaluation="3">
104 </item>
105 <item index="3"
106 description="Rent a CleanMaster 3000 and see those stains disappear in no time. Yet less work, yet more mone"
107 value="Special Equiment" cost="150" evaluation="1">
108 </item>
109 <item index="4"
110 description="Hire somebody else to do your dirty work. No work,but pricey."
111 value="Hired Help" cost="200" evaluation="2">
112 </item>
113 </issue>
114 <weight index="1" value="0.09524603680686539">
115 </weight>
116 <weight index="2" value="0.2283401143767259">
117 </weight>
118 <weight index="3" value="0.10901786485921511">
119 </weight>
120 <weight index="4" value="0.21419760121831746">
121 </weight>
122 <weight index="5" value="0.10811172572057104">
123 </weight>
124 <weight index="6" value="0.24508665701830507">
125 </weight>
126 </objective>
127</utility_space>
Note: See TracBrowser for help on using the repository browser.