1 | <?xml version="1.0"?>
|
---|
2 | <utility_space>
|
---|
3 | <objective index="0" description="" name="BBQ" type="objective" etype="objective">
|
---|
4 | <issue index="1" name="Meat" vtype="discrete" type="discrete" etype="discrete">
|
---|
5 | <item index="1" description="Buy cheap meat, and lots of it." value="Burgers and chicken" cost="100.0" evaluation="1">
|
---|
6 | </item>
|
---|
7 | <item index="2" description="Assorted fish, ready for the barbecue." value="Fish" cost="170.0" evaluation="80">
|
---|
8 | </item>
|
---|
9 | <item index="3" description="More expensive meat, but also much tastier." value="Luxury meats" cost="200.0" evaluation="30">
|
---|
10 | </item>
|
---|
11 | <item index="4" description="Assorted biologically acceptable meats." value="Biological" cost="250.0" evaluation="50">
|
---|
12 | </item>
|
---|
13 | <item index="5" description="Meat replacements only, vegetarian hamburgers etcetera." value="Vegetarian" cost="250.0" evaluation="100">
|
---|
14 | </item>
|
---|
15 | <item index="6" description="No meat at all." value="None" cost="0.0" evaluation="100">
|
---|
16 | </item>
|
---|
17 | </issue>
|
---|
18 | <issue index="2" name="Drinks" vtype="discrete" type="discrete" etype="discrete">
|
---|
19 | <item index="1" description="Soda, lemonade and the likes only. No alcoholic beverages." value="Non-Alcoholic" cost="150.0" evaluation="60">
|
---|
20 | </item>
|
---|
21 | <item index="2" description="Beer, wine and soda." value="Beer plus" cost="250.0" evaluation="70">
|
---|
22 | </item>
|
---|
23 | <item index="3" description="Biological beer. Yes, it exists." value="Bio-beer" cost="300.0" evaluation="100">
|
---|
24 | </item>
|
---|
25 | <item index="4" description="Expensive alcoholic stuff. Good wine and beer." value="Luxury alcoholic" cost="400.0" evaluation="90">
|
---|
26 | </item>
|
---|
27 | </issue>
|
---|
28 | <issue index="3" name="Location" vtype="discrete" type="discrete" etype="discrete">
|
---|
29 | <item index="1" description="Someone's balcony. Has just enough space and is easy to reach, but hidden in shade." value="Balcony" cost="10.0" evaluation="30">
|
---|
30 | </item>
|
---|
31 | <item index="2" description="An open place in the woods. Plenty of room there, little chance of disturbances, but hard to reach." value="Woods" cost="150.0" evaluation="100">
|
---|
32 | </item>
|
---|
33 | <item index="3" description="A reservable spot in the Park. Close to everyone, but very busy in this season." value="Park" cost="200.0" evaluation="40">
|
---|
34 | </item>
|
---|
35 | <item index="4" description="Barbecue on the beach. Furthest of all locations, requires a permit but has a fantastic atmosphere." value="Beach" cost="300.0" evaluation="70">
|
---|
36 | </item>
|
---|
37 | </issue>
|
---|
38 | <issue index="4" name="Vegetables" vtype="discrete" type="discrete" etype="discrete">
|
---|
39 | <item index="1" description="No vegetables. Why bother, it's a barbecue." value="None" cost="0.0" evaluation="1">
|
---|
40 | </item>
|
---|
41 | <item index="2" description="Cheap vegetables. Anything that's 50% off will do." value="Cheap veggies" cost="100.0" evaluation="20">
|
---|
42 | </item>
|
---|
43 | <item index="3" description="Good vegetables. A little more work for preparation and cutting." value="Good veggies" cost="200.0" evaluation="70">
|
---|
44 | </item>
|
---|
45 | <item index="4" description="Prepared vegetables. For those who do not want to cut, at some extra cost." value="Prepared veggies" cost="300.0" evaluation="60">
|
---|
46 | </item>
|
---|
47 | <item index="5" description="Excellent vegetables. Go all out with stuffed bell peppers, tomato specials, very good salads etcetera." value="Superveggies" cost="350.0" evaluation="100">
|
---|
48 | </item>
|
---|
49 | </issue>
|
---|
50 | <issue index="5" name="BBQ type" vtype="discrete" type="discrete" etype="discrete">
|
---|
51 | <item index="1" description="Disposable barbecue. Cheap, but can only be used once" value="Disposable" cost="100.0" evaluation="10">
|
---|
52 | </item>
|
---|
53 | <item index="2" description="The standard barbecue. Coles not included." value="Normal" cost="200.0" evaluation="60">
|
---|
54 | </item>
|
---|
55 | <item index="3" description="Gas barbecue. Can even be used inside. Durable and expensive." value="Gas" cost="300.0" evaluation="100">
|
---|
56 | </item>
|
---|
57 | </issue>
|
---|
58 | <weight index="1" value="0.3">
|
---|
59 | </weight>
|
---|
60 | <weight index="2" value="0.1">
|
---|
61 | </weight>
|
---|
62 | <weight index="3" value="0.2">
|
---|
63 | </weight>
|
---|
64 | <weight index="4" value="0.3">
|
---|
65 | </weight>
|
---|
66 | <weight index="5" value="0.1">
|
---|
67 | </weight>
|
---|
68 | </objective>
|
---|
69 | <discount_factor value="0.75" />
|
---|
70 | <reservation value="0.00" />
|
---|
71 | </utility_space>
|
---|