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

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

Initial import : Genius 9.0.0

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