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

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

Initial import : Genius 9.0.0

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