source: src/main/resources/genius/templates/partydomain/party8_utility.xml@ 126

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

Initial import : Genius 9.0.0

File size: 5.4 KB
Line 
1<utility_space>
2 <objective index="0" description="" name="Party" type="objective"
3 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.0" evaluation="6">
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.0" evaluation="5">
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.0" evaluation="2">
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.0" evaluation="1">
22 </item>
23 <similarity_function type="binary" weight="0.1666666"/>
24 </issue>
25 <issue index="2" name="Drinks" vtype="discrete" type="discrete"
26 etype="discrete">
27 <item index="1" description="Soda's, ice water, etc."
28 value="Non-Alcoholic" cost="75.0" evaluation="1">
29 </item>
30 <item index="2"
31 description="More than enough beers for everybody. It has alcohol, but is more expensive."
32 value="Beer Only" cost="300.0" evaluation="6">
33 </item>
34 <item index="3"
35 description="Mix your own drinks. More work, but less expensive than a trainload of beer."
36 value="Handmade Cocktails" cost="200.0" evaluation="2">
37 </item>
38 <item index="4"
39 description="Let some company do the drinks. Least work, highest cost."
40 value="Catering" cost="450.0" evaluation="1">
41 </item>
42 <similarity_function type="binary" weight="0.1666666"/>
43 </issue>
44 <issue index="3" name="Location" vtype="discrete"
45 type="discrete" etype="discrete">
46 <item index="1"
47 description="A tent on some field somewhere. Roomy, but outdoors."
48 value="Party Tent" cost="200.0" evaluation="2">
49 </item>
50 <item index="2"
51 description="Give the party in your dormitory. It's home, but there is less room."
52 value="Your Dorm" cost="100.0" evaluation="6">
53 </item>
54 <item index="3"
55 description="Hire a standard party room. Enough room, no outdoor problems. It costs more, though."
56 value="Party Room" cost="400.0" evaluation="4">
57 </item>
58 <item index="4"
59 description="The fanciest option. A beautifully decorated ballroom with everything you need."
60 value="Ballroom" cost="600.0" evaluation="1">
61 </item>
62 <similarity_function type="binary" weight="0.1666666"/>
63 </issue>
64 <issue index="4" name="Invitations" vtype="discrete"
65 type="discrete" etype="discrete">
66 <item index="1"
67 description="Write the address on pieces of paper and hand those out."
68 value="Plain" cost="25.0" evaluation="6">
69 </item>
70 <item index="2"
71 description="Take a nice picture of something, or buy one in the store, and write on the back of that. More expensive, but prettier."
72 value="Photo" cost="75.0" evaluation="4">
73 </item>
74 <item index="3"
75 description="Custom shape card. More work, a tad less expensive than the photo option."
76 value="Custom, Handmade" cost="50.0" evaluation="2">
77 </item>
78 <item index="4"
79 description="Design the card, then let somebody else print it. You pay a lot, but do the least."
80 value="Custom, Printed" cost="150.0" evaluation="1">
81 </item>
82 <similarity_function type="binary" weight="0.1666666"/>
83 </issue>
84 <issue index="5" name="Music" vtype="discrete" type="discrete"
85 etype="discrete">
86 <item index="1"
87 description="Plug some boxes into your computer and run off your MP3 collection. More work, the wiring costs money."
88 value="MP3" cost="100.0" evaluation="6">
89 </item>
90 <item index="2"
91 description="Hire a DJ to play off his MP3 collection. No work for you during the party, but more expensive."
92 value="DJ" cost="250.0" evaluation="4">
93 </item>
94 <item index="3"
95 description="Hire a party band for live music. The most expensive, but it is live music."
96 value="Band" cost="350.0" evaluation="2">
97 </item>
98 <similarity_function type="binary" weight="0.1666666"/>
99 </issue>
100 <issue index="6" name="Cleanup" vtype="discrete" type="discrete"
101 etype="discrete">
102 <item index="1"
103 description="This will take a lot of scrubbing. It is cheap, but by far the most work."
104 value="Water and Soap" cost="20.0" evaluation="6">
105 </item>
106 <item index="2"
107 description="Specialized materials will help cleaning a lot, but it is more expensive."
108 value="Specialized Materials" cost="60.0" evaluation="4">
109 </item>
110 <item index="3"
111 description="Rent a CleanMaster 3000 and see those stains disappear in no time. Yet less work, yet more mone"
112 value="Special Equiment" cost="150.0" evaluation="2">
113 </item>
114 <item index="4"
115 description="Hire somebody else to do your dirty work. No work,but pricey."
116 value="Hired Help" cost="200.0" evaluation="1">
117 </item>
118 <similarity_function type="binary" weight="0.1666666"/>
119 </issue>
120 <weight index="1" value="0.23178051377027062"></weight>
121 <weight index="2" value="0.24514014257702527"></weight>
122 <weight index="3" value="0.13238199382374172"></weight>
123 <weight index="4" value="0.13130684347160723"></weight>
124 <weight index="5" value="0.1302322866864694"></weight>
125 <weight index="6" value="0.12915821967088573"></weight>
126 </objective>
127</utility_space>
Note: See TracBrowser for help on using the repository browser.