source: src/test/resources/multilateraltournament.xml@ 37

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

Initial import : Genius 9.0.0

File size: 2.7 KB
Line 
1<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2<multilateralTournamentsConfiguration>
3 <tournaments>
4 <tournament>
5 <deadline>
6 <value>12</value>
7 <type>TIME</type>
8 </deadline>
9 <protocolItem hasMediatorProfile="false" hasMediator="false"
10 description="Each agents makes offer, counter-offer, or accepts"
11 classPath="genius.core.protocol.StackedAlternatingOffersProtocol"
12 protocolName="Stacked Alternating Offers Protocol for Multi-Lateral Negotiation (SAOPMN)" />
13 <partyRepItems>
14 <party classPath="agents.anac.y2015.group2.Group2">
15 <properties />
16 </party>
17 <party classPath="agents.anac.y2015.pokerface.PokerFace">
18 <properties />
19 </party>
20 <party
21 classPath="agents.anac.y2015.TUDMixedStrategyAgent.TUDMixedStrategyAgent">
22 <properties />
23 </party>
24 </partyRepItems>
25 <partyProfileItems>
26 <item url="file:etc/templates/partydomain/party1_utility.xml" />
27 <item url="file:etc/templates/partydomain/party2_utility.xml" />
28 <item url="file:etc/templates/partydomain/party3_utility.xml" />
29 </partyProfileItems>
30 <repeats>1</repeats>
31 <numberOfPartiesPerSession>3</numberOfPartiesPerSession>
32 <repetitionAllowed>false</repetitionAllowed>
33 <persistentDataType>DISABLED</persistentDataType>
34 </tournament>
35
36 <tournament>
37 <deadline>
38 <value>10</value>
39 <type>ROUND</type>
40 </deadline>
41 <protocolItem hasMediatorProfile="false" hasMediator="false"
42 description="Each agents makes offer, counter-offer, or accepts"
43 classPath="genius.core.protocol.StackedAlternatingOffersProtocol"
44 protocolName="Stacked Alternating Offers Protocol for Multi-Lateral Negotiation (SAOPMN)" />
45 <partyRepItems>
46 <party classPath="agents.anac.y2015.group2.Group2">
47 <properties />
48 </party>
49 <party classPath="agents.anac.y2015.pokerface.PokerFace">
50 <properties />
51 </party>
52 <party
53 classPath="agents.anac.y2015.TUDMixedStrategyAgent.TUDMixedStrategyAgent">
54 <properties />
55 </party>
56 <party
57 classPath="agents.anac.y2015.TUDMixedStrategyAgent.TUDMixedStrategyAgent">
58 <properties />
59 </party>
60
61 </partyRepItems>
62 <partyProfileItems>
63 <item url="file:etc/templates/partydomain/party3_utility.xml" />
64 <item url="file:etc/templates/partydomain/party4_utility.xml" />
65 <item url="file:etc/templates/partydomain/party5_utility.xml" />
66 <item url="file:etc/templates/partydomain/party6_utility.xml" />
67 </partyProfileItems>
68 <repeats>1</repeats>
69 <numberOfPartiesPerSession>4</numberOfPartiesPerSession>
70 <repetitionAllowed>false</repetitionAllowed>
71 <persistentDataType>DISABLED</persistentDataType>
72 </tournament>
73
74 </tournaments>
75</multilateralTournamentsConfiguration>
Note: See TracBrowser for help on using the repository browser.