Last change
on this file since 127 was 124, checked in by Wouter Pasman, 6 years ago |
fixed tournamentsettings.xml example file
|
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>180</value>
|
---|
7 | <type>ROUND</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.y2016.agenthp2.AgentHP2_main">
|
---|
15 | <properties />
|
---|
16 | </party>
|
---|
17 | </partyRepItems>
|
---|
18 | <partyProfileItems>
|
---|
19 | <item url="file:etc/templates/partydomain/party1_utility.xml" />
|
---|
20 | </partyProfileItems>
|
---|
21 | <partyBItems>
|
---|
22 | <party classPath="agents.anac.y2016.agentlight.AgentLight">
|
---|
23 | <properties />
|
---|
24 | </party>
|
---|
25 | </partyBItems>
|
---|
26 | <partyBProfiles>
|
---|
27 | <item url="file:etc/templates/partydomain/party2_utility.xml" />
|
---|
28 | </partyBProfiles>
|
---|
29 | <numberOfPartiesPerSession>2</numberOfPartiesPerSession>
|
---|
30 | <repetitionAllowed>false</repetitionAllowed>
|
---|
31 | <isRandomSessionOrder>false</isRandomSessionOrder>
|
---|
32 | <repeats>1</repeats>
|
---|
33 | <persistentDataType>DISABLED</persistentDataType>
|
---|
34 | <enablePrint>false</enablePrint>
|
---|
35 | </tournament>
|
---|
36 | </tournaments>
|
---|
37 | </multilateralTournamentsConfiguration>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.