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

Last change on this file since 209 was 190, checked in by Tim Baarslag, 5 years ago

Fix to command-line runner

File size: 1.3 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 </partyProfileItems>
29 <repeats>1</repeats>
30 <numberOfPartiesPerSession>2</numberOfPartiesPerSession>
31 <repetitionAllowed>false</repetitionAllowed>
32 <persistentDataType>DISABLED</persistentDataType>
33 </tournament>
34
35
36 </tournaments>
37</multilateralTournamentsConfiguration>
Note: See TracBrowser for help on using the repository browser.