source: src/test/resources/partydomain/party2_utility_uncertain.xml@ 209

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

added test domain with seed to check if load works

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