1 | <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
---|
2 | <repository fileName="boarepository.xml">
|
---|
3 | <biddingstrategies>
|
---|
4 | <biddingstrategy description="Other - Offer decreasing utility" classPath="negotiator.boaframework.offeringstrategy.other.ChoosingAllBids"/>
|
---|
5 | <biddingstrategy description="Other - Random walker" classPath="negotiator.boaframework.offeringstrategy.other.Random_Offering"/>
|
---|
6 | <biddingstrategy description="Other - Better Time dependent" classPath="negotiator.boaframework.offeringstrategy.other.GeniusTimeDependent_Offering">
|
---|
7 | <parameter name="e" default="1.0" description="Concession rate"/>
|
---|
8 | <parameter name="k" default="0.0" description="Offset"/>
|
---|
9 | <parameter name="min" default="0.0" description="Minimum utility"/>
|
---|
10 | <parameter name="max" default="0.99" description="Maximum utility"/>
|
---|
11 | </biddingstrategy>
|
---|
12 | <biddingstrategy description="2011 - Agent K2" classPath="negotiator.boaframework.offeringstrategy.anac2011.AgentK2_Offering"/>
|
---|
13 | <biddingstrategy description="2011 - BRAMAgent" classPath="negotiator.boaframework.offeringstrategy.anac2011.BRAMAgent_Offering"/>
|
---|
14 | <biddingstrategy description="2011 - HardHeaded" classPath="negotiator.boaframework.offeringstrategy.anac2011.HardHeaded_Offering"/>
|
---|
15 | <biddingstrategy description="2011 - Nice-Tit-For-Tat" classPath="negotiator.boaframework.offeringstrategy.anac2011.NiceTitForTat_Offering"/>
|
---|
16 | <biddingstrategy description="2011 - The Negotiator" classPath="negotiator.boaframework.offeringstrategy.anac2011.TheNegotiator_Offering"/>
|
---|
17 | <biddingstrategy description="2011 - IAMHaggler2011" classPath="negotiator.boaframework.offeringstrategy.anac2011.IAMhaggler2011_Offering"/>
|
---|
18 | </biddingstrategies>
|
---|
19 | <acceptanceconditions>
|
---|
20 | <acceptancecondition description="Other - False" classPath="negotiator.boaframework.acceptanceconditions.other.AC_False"/>
|
---|
21 | <acceptancecondition description="Other - Time" classPath="negotiator.boaframework.acceptanceconditions.other.AC_Time">
|
---|
22 | <parameter name="t" default="0.99" description="If time greater than t, then accept"/>
|
---|
23 | </acceptancecondition>
|
---|
24 | <acceptancecondition description="Other - Constant" classPath="negotiator.boaframework.acceptanceconditions.other.AC_Const">
|
---|
25 | <parameter name="c" default="0.9" description="If utility of opponent's bid greater than c, then accept"/>
|
---|
26 | </acceptancecondition>
|
---|
27 | <acceptancecondition description="Other - Next" classPath="negotiator.boaframework.acceptanceconditions.other.AC_Next">
|
---|
28 | <parameter name="a" default="1.0" description="Accept when the opponent's utility * a + b is greater than the utility of our current bid"/>
|
---|
29 | <parameter name="b" default="0.0" description="Accept when the opponent's utility * a + b is greater than the utility of our current bid"/>
|
---|
30 | </acceptancecondition>
|
---|
31 | <acceptancecondition description="2011 - Agent K2" classPath="negotiator.boaframework.acceptanceconditions.anac2011.AC_AgentK2"/>
|
---|
32 | <acceptancecondition description="2011 - BRAMAgent" classPath="negotiator.boaframework.acceptanceconditions.anac2011.AC_BRAMAgent"/>
|
---|
33 | <acceptancecondition description="2011 - HardHeaded" classPath="negotiator.boaframework.acceptanceconditions.anac2011.AC_HardHeaded"/>
|
---|
34 | <acceptancecondition description="2011 - Nice-Tit-For-Tat" classPath="negotiator.boaframework.acceptanceconditions.anac2011.AC_NiceTitForTat"/>
|
---|
35 | <acceptancecondition description="2011 - The Negotiator" classPath="negotiator.boaframework.acceptanceconditions.anac2011.AC_TheNegotiator"/>
|
---|
36 | <acceptancecondition description="2011 - IAMHaggler2011" classPath="negotiator.boaframework.acceptanceconditions.anac2011.AC_IAMHaggler2011"/>
|
---|
37 | </acceptanceconditions>
|
---|
38 | <opponentmodels>
|
---|
39 | <opponentmodel description="No Model" classPath="negotiator.boaframework.opponentmodel.NoModel"/>
|
---|
40 | <opponentmodel description="HardHeaded Frequency Model" classPath="negotiator.boaframework.opponentmodel.HardHeadedFrequencyModel">
|
---|
41 | <parameter name="l" default="0.2" description="The learning coefficient determines how quickly the issue weights are learned"/>
|
---|
42 | </opponentmodel>
|
---|
43 | <opponentmodel description="Scalable Bayesian Model" classPath="negotiator.boaframework.opponentmodel.ScalableBayesianModel"/>
|
---|
44 | <opponentmodel description="IAMhaggler Bayesian Model" classPath="negotiator.boaframework.opponentmodel.IAMhagglerBayesianModel"/>
|
---|
45 | <opponentmodel description="Smith Frequency Model V2" classPath="negotiator.boaframework.opponentmodel.SmithFrequencyModelV2"/>
|
---|
46 | <opponentmodel description="Nash Frequency Model" classPath="negotiator.boaframework.opponentmodel.NashFrequencyModel"/>
|
---|
47 | <opponentmodel description="CUHKFrequencyModelV2" classPath="negotiator.boaframework.opponentmodel.CUHKFrequencyModelV2"/>
|
---|
48 | </opponentmodels>
|
---|
49 | <omstrategies>
|
---|
50 | <omstrategy description="Best bid" classPath="negotiator.boaframework.omstrategy.BestBid">
|
---|
51 | <parameter name="t" default="1.0" description="Time after which the OM should not be updated"/>
|
---|
52 | </omstrategy>
|
---|
53 | </omstrategies>
|
---|
54 | </repository> |
---|