source: src/main/resources/genius/templates/laptopdomain-ANAC2012/laptop_domain.xml@ 1

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

Initial import : Genius 9.0.0

File size: 1.7 KB
Line 
1<negotiation_template number_of_sessions="1">
2 <agent class="agents.BayesianAgent" name="seller"
3 utility_space="laptop_seller_utility.xml">
4 </agent>
5 <agent class="agents.UIAgent" name="buyer" utility_space="laptop_buyer_utility.xml">
6 </agent>
7 <utility_space number_of_issues="0">
8 <objective index="1" etype="objective" type="objective"
9 description="" name="LaptopDomain">
10 <issue index="2" etype="discrete" type="discrete" vtype="discrete"
11 name="Laptop">
12 <item index="1" value="Dell" cost="0" description="cheap laptop">
13 </item>
14 <item index="2" value="Macintosh" cost="0" description="quality laptop">
15 </item>
16 <item index="3" value="HP" cost="0" description="gamer laptop">
17 </item>
18 <similarity_function type="binary" weight="0.333333"/>
19 </issue>
20 <issue index="3" etype="discrete" type="discrete" vtype="discrete"
21 name="Harddisk">
22 <item index="1" value="60 Gb" cost="0" description="the default internal HD">
23 </item>
24 <item index="2" value="80 Gb" cost="0" description="some extra space">
25 </item>
26 <item index="3" value="120 Gb" cost="0"
27 description="enough for dual-boot or video editing">
28 </item>
29 <similarity_function type="binary" weight="0.333333"/>
30 </issue>
31 <issue index="4" etype="discrete" type="discrete" vtype="discrete"
32 name="External Monitor">
33 <item index="1" value="19'' LCD" cost="0" description="nothing special">
34 </item>
35 <item index="2" value="20'' LCD" cost="0"
36 description="fast switching, high contrast">
37 </item>
38 <item index="3" value="23'' LCD" cost="0"
39 description="nice to play movies, lots of space">
40 </item>
41 <similarity_function type="binary" weight="0.33333"/>
42 </issue>
43 </objective>
44 </utility_space>
45</negotiation_template>
Note: See TracBrowser for help on using the repository browser.