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