1 | <?xml version="1.0"?>
|
---|
2 | <utility_space>
|
---|
3 | <objective index="0" description="" name="GroceryDomain" type="objective" etype="objective">
|
---|
4 | <issue index="1" name="Bread type" vtype="discrete" type="discrete" etype="discrete">
|
---|
5 | <item index="1" value="Baguette" cost="0.0" evaluation="10" />
|
---|
6 | <item index="2" value="Crackers" cost="0.0" evaluation="2" />
|
---|
7 | <item index="3" value="Croissants" cost="0.0" evaluation="1" />
|
---|
8 | <item index="4" value="Plain bread" cost="0.0" evaluation="5" />
|
---|
9 | </issue>
|
---|
10 | <issue index="2" name="Fruit" vtype="discrete" type="discrete" etype="discrete">
|
---|
11 | <item index="1" value="Apples" cost="0.0" evaluation="1" />
|
---|
12 | <item index="2" value="Bananas" cost="0.0" evaluation="5" />
|
---|
13 | <item index="3" value="Cherries" cost="0.0" evaluation="3" />
|
---|
14 | <item index="4" value="Grapes" cost="0.0" evaluation="3" />
|
---|
15 | <item index="5" value="Pears" cost="0.0" evaluation="10" />
|
---|
16 | <item index="6" value="Oranges" cost="0.0" evaluation="3" />
|
---|
17 | <item index="7" value="Melons" cost="0.0" evaluation="8" />
|
---|
18 | <item index="8" value="Strawberries" cost="0.0" evaluation="9" />
|
---|
19 | </issue>
|
---|
20 | <issue index="3" name="Snacks" vtype="discrete" type="discrete" etype="discrete">
|
---|
21 | <item index="1" value="Chocolate bars" cost="0.0" evaluation="1" />
|
---|
22 | <item index="2" value="Doughnuts" cost="0.0" evaluation="2" />
|
---|
23 | <item index="3" value="Nachos" cost="0.0" evaluation="5" />
|
---|
24 | <item index="4" value="Popcorn" cost="0.0" evaluation="10" />
|
---|
25 | <item index="5" value="Potato Chips" cost="0.0" evaluation="1" />
|
---|
26 | <item index="6" value="Candy" cost="0.0" evaluation="7" />
|
---|
27 | <item index="7" value="Cookies" cost="0.0" evaluation="5" />
|
---|
28 | </issue>
|
---|
29 | <issue index="4" name="Spreads" vtype="discrete" type="discrete" etype="discrete">
|
---|
30 | <item index="1" value="Cheese" cost="0.0" evaluation="1" />
|
---|
31 | <item index="2" value="Jam" cost="0.0" evaluation="2" />
|
---|
32 | <item index="3" value="Peanut butter" cost="0.0" evaluation="10" />
|
---|
33 | <item index="4" value="Sandwichspread" cost="0.0" evaluation="5" />
|
---|
34 | <item index="5" value="Chocolate" cost="0.0" evaluation="8" />
|
---|
35 | <item index="6" value="Ham" cost="0.0" evaluation="9" />
|
---|
36 | <item index="7" value="Salami" cost="0.0" evaluation="6" />
|
---|
37 | <item index="8" value="Egg Salad" cost="0.0" evaluation="8" />
|
---|
38 | </issue>
|
---|
39 | <issue index="5" name="Vegetables" vtype="discrete" type="discrete" etype="discrete">
|
---|
40 | <item index="1" value="Beans" cost="0.0" evaluation="1" />
|
---|
41 | <item index="2" value="Broccoli" cost="0.0" evaluation="2" />
|
---|
42 | <item index="3" value="Leek" cost="0.0" evaluation="5" />
|
---|
43 | <item index="4" value="Potatoes" cost="0.0" evaluation="3" />
|
---|
44 | <item index="5" value="Spinach" cost="0.0" evaluation="10" />
|
---|
45 | <item index="6" value="Carrots" cost="0.0" evaluation="3" />
|
---|
46 | <item index="7" value="Tomatos" cost="0.0" evaluation="8" />
|
---|
47 | </issue>
|
---|
48 | <issue index="6" name="Drinks" vtype="discrete" type="discrete" etype="discrete">
|
---|
49 | <item index="1" value="Energy Drinks" cost="0.0" evaluation="10" />
|
---|
50 | <item index="2" value="Milk" cost="0.0" evaluation="7" />
|
---|
51 | <item index="3" value="Tea" cost="0.0" evaluation="2" />
|
---|
52 | <item index="4" value="Coffee" cost="0.0" evaluation="4" />
|
---|
53 | <item index="5" value="Juice" cost="0.0" evaluation="7" />
|
---|
54 | <item index="6" value="Coca Cola" cost="0.0" evaluation="8" />
|
---|
55 | <item index="7" value="Fanta" cost="0.0" evaluation="7" />
|
---|
56 | <item index="8" value="Beer" cost="0.0" evaluation="7" />
|
---|
57 | <item index="9" value="Wine" cost="0.0" evaluation="5" />
|
---|
58 | </issue>
|
---|
59 | <weight index="1" value="0.3" />
|
---|
60 | <weight index="2" value="0.2" />
|
---|
61 | <weight index="3" value="0.05" />
|
---|
62 | <weight index="4" value="0.15" />
|
---|
63 | <weight index="5" value="0.25" />
|
---|
64 | <weight index="6" value="0.05" />
|
---|
65 | </objective>
|
---|
66 | <discount_factor value="0.50" />
|
---|
67 | <reservation value="0.00" />
|
---|
68 |
|
---|
69 | </utility_space>
|
---|