source: src/main/resources/genius/templates/partydomain/party1_utility_u20.xml

Last change on this file 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 type="UNCERTAIN">
2 <objective name="Party" index="0" description=""
3 etype="objective" type="objective">
4 <issue vtype="discrete" name="Food" index="1" etype="discrete"
5 type="discrete">
6 <item evaluation="3.0" index="1"
7 description="Buy bags of chips and party nuts for all guests."
8 value="Chips and Nuts">
9 </item>
10 <item evaluation="2.0" index="2"
11 description="Diced cheese, sliced sausage, deep fried stuff. More tasty than chips and nuts, but more expensive."
12 value="Finger-Food">
13 </item>
14 <item evaluation="2.0" index="3"
15 description="Custom snacks, hours d’oeuvres etc. Less expansive than finger-food, but more work."
16 value="Handmade Food">
17 </item>
18 <item evaluation="1.0" index="4"
19 description="Outsource the food, if you will. The least work, the
20highest cost."
21 value="Catering">
22 </item>
23 </issue>
24 <issue vtype="discrete" name="Drinks" index="2" etype="discrete"
25 type="discrete">
26 <item evaluation="1.0" index="1"
27 description="Soda’s, ice water, etc." value="Non-Alcoholic">
28 </item>
29 <item evaluation="3.0" index="2"
30 description="More than enough beers for everybody. It has alcohol, but is more expensive."
31 value="Beer Only">
32 </item>
33 <item evaluation="2.0" index="3"
34 description="Mix your own drinks. More work, but less expensive than a trainload of beer."
35 value="Handmade Cocktails">
36 </item>
37 <item evaluation="1.0" index="4"
38 description="Let some company do the drinks. Least work, highest cost."
39 value="Catering">
40 </item>
41 </issue>
42 <issue vtype="discrete" name="Location" index="3"
43 etype="discrete" type="discrete">
44 <item evaluation="2.0" index="1"
45 description="A tent on some field somewhere. Roomy, but outdoors."
46 value="Party Tent">
47 </item>
48 <item evaluation="1.0" index="2"
49 description="Give the party in your dormitory. It’s home, but there is less room."
50 value="Your Dorm">
51 </item>
52 <item evaluation="4.0" index="3"
53 description="Hire a standard party room. Enough room, no outdoor problems. It costs more, though."
54 value="Party Room">
55 </item>
56 <item evaluation="3.0" index="4"
57 description="The fanciest option. A beautifully decorated ballroom with everything you need."
58 value="Ballroom">
59 </item>
60 </issue>
61 <issue vtype="discrete" name="Invitations" index="4"
62 etype="discrete" type="discrete">
63 <item evaluation="1.0" index="1"
64 description="Write the address on pieces of paper and hand those out."
65 value="Plain">
66 </item>
67 <item evaluation="3.0" 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">
70 </item>
71 <item evaluation="4.0" index="3"
72 description="Custom shape card. More work, a tad less expensive than the photo option."
73 value="Custom, Handmade">
74 </item>
75 <item evaluation="2.0" 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">
78 </item>
79 </issue>
80 <issue vtype="discrete" name="Music" index="5" etype="discrete"
81 type="discrete">
82 <item evaluation="2.0" 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">
85 </item>
86 <item evaluation="3.0" 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">
89 </item>
90 <item evaluation="1.0" index="3"
91 description="Hire a party band for live music. The most expensive, but it is live music."
92 value="Band">
93 </item>
94 </issue>
95 <issue vtype="discrete" name="Cleanup" index="6"
96 etype="discrete" type="discrete">
97 <item evaluation="2.0" 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">
100 </item>
101 <item evaluation="3.0" index="2"
102 description="Specialized materials will help cleaning a lot, but it is more expensive."
103 value="Specialized Materials">
104 </item>
105 <item evaluation="1.0" 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">
108 </item>
109 <item evaluation="1.0" index="4"
110 description="Hire somebody else to do your dirty work. No work,but pricey."
111 value="Hired Help">
112 </item>
113 </issue>
114 <weight index="1" value="0.18928572147912337">
115 </weight>
116 <weight index="2" value="0.28035302442418586">
117 </weight>
118 <weight index="3" value="0.19018374799924737">
119 </weight>
120 <weight index="4" value="0.050052442068619765">
121 </weight>
122 <weight index="5" value="0.19010058578976347">
123 </weight>
124 <weight index="6" value="0.1000244782390602">
125 </weight>
126 </objective>
127 <discount_factor value="1.0">
128 </discount_factor>
129 <reservation value="0.0">
130 </reservation>
131 <comparisons>
132 20
133 </comparisons>
134 <errors>
135 0
136 </errors>
137 <experimental>
138 false
139 </experimental>
140</utility_space>
Note: See TracBrowser for help on using the repository browser.