Modifier and Type | Class and Description |
---|---|
class |
AC_AgentFSEGA
This is the decoupled Acceptance Condition from AgentFSEGA (ANAC2010).
|
class |
AC_AgentK
This is the decoupled Acceptance Condition from Agent K (ANAC2010).
|
class |
AC_AgentSmith
This is the decoupled Acceptance Condition from AgentSmith (ANAC2010).
|
class |
AC_IAMcrazyHaggler
This is the decoupled Acceptance Conditions for IAMcrazyHaggler (ANAC2010).
|
class |
AC_IAMHaggler2010
This is the decoupled Acceptance Conditions for IAMcrazyHaggler (ANAC2010).
|
class |
AC_Nozomi
This is the decoupled Acceptance Conditions for Nozomi (ANAC2010).
|
class |
AC_Yushu
This is the decoupled Acceptance Conditions for Yushu (ANAC2010).
|
Modifier and Type | Class and Description |
---|---|
class |
AC_AgentK2
This is the decoupled Acceptance Condition from Agent K (ANAC2010).
|
class |
AC_BRAMAgent
This is the decoupled Acceptance Conditions from the BRAMAgent (ANAC2011).
|
class |
AC_Gahboninho |
class |
AC_HardHeaded
This is the decoupled Acceptance Conditions for HardHeaded (ANAC2011).
|
class |
AC_IAMHaggler2011
This is the decoupled Acceptance Conditions for IAMHaggler (ANAC2011).
|
class |
AC_NiceTitForTat
This is the decoupled Acceptance Conditions for NiceTitForTat (ANAC2011).
|
class |
AC_TheNegotiator
This is the decoupled Acceptance Conditions for TheNegotiator (ANAC2011).
|
class |
AC_ValueModelAgent
This is the decoupled Acceptance Conditions for ValueModelAgent (ANAC2011).
|
Modifier and Type | Class and Description |
---|---|
class |
AC_AgentLG |
class |
AC_AgentMR
This is the Acceptance condition of AgentMR
Due to the connectedness of the original code if another Bidding strategy is being used,
the Bidding Strategy of AgentMR will be run in the background
|
class |
AC_BRAMAgent2
This is the decoupled Acceptance Condition from BRAMAgent2 (ANAC2012).
|
class |
AC_CUHKAgent
This is the decoupled Acceptance Condition from CUHKAgent (ANAC2012).
|
class |
AC_IAMHaggler2012
This is the decoupled Acceptance Condition from IAMhaggler2012 (ANAC2012).
|
class |
AC_OMACagent
This is the decoupled Acceptance Condition from OMACagent (ANAC2012).
|
class |
AC_TheNegotiatorReloaded
Uses an extended implementation of AC_next_discounted as discussed in
"Decoupling Negotiating Agents to Explore the Space of Negotiation Strategies"
.
|
Modifier and Type | Class and Description |
---|---|
class |
AC_InoxAgent
This Acceptance Condition will break when the reservation value seems
to be a better alternative, and accept when the opponents offer
is better than ours or when the opponents offer is higher than a
time dependent function.
|
class |
AC_InoxAgent_OneIssue
This Acceptance Condition will break when the reservation value seems
to be a better alternative, and accept when the opponents offer
is better than the median utility.
|
class |
AC_TheFawkes
Acceptance Strategy
This is ACcombi = ACnext || ACtime(T) & ACconst(MAXw)
For this implementation I used the following article: "Acceptance Conditions in Automated Negotion - Tim Baarslag,
Koen Hindriks and Catholijn Jonker"
We accept when our current bid is worse than the last bid we got from the opponent or when we get close to the time
limit and the utility we got from opponent's last bid has a maximum value in a window.
|
Modifier and Type | Class and Description |
---|---|
class |
AC_ABMP
This is the decoupled Acceptance Condition from ABMP Agent.
|
class |
AC_Combi
This is the decoupled Acceptance Conditions Based on Tim Baarslag's paper on Acceptance Conditions:
"Acceptance Conditions in Automated Negotiation"
This Acceptance Conditions is a combination of AC_Time and AC_Next -> (AC_Time OR AC_Next)
Decoupling Negotiating Agents to Explore the Space of Negotiation Strategies
T.
|
class |
AC_CombiAvg
This is the decoupled Acceptance Conditions Based on Tim Baarslag's paper on Acceptance Conditions:
"Acceptance Conditions in Automated Negotiation"
This Acceptance Condition averages the opponents bids made in the previous time window.
|
class |
AC_CombiBestAvg
This is the decoupled Acceptance Conditions Based on Tim Baarslag's paper on Acceptance Conditions:
"Acceptance Conditions in Automated Negotiation"
This Acceptance Condition averages the opponents bids (which are better than the bid that was offered) made in the previous time window.
|
class |
AC_CombiBestAvgDiscounted
This is the decoupled Acceptance Conditions Based on Tim Baarslag's paper on Acceptance Conditions:
"Acceptance Conditions in Automated Negotiation"
This Acceptance Condition averages the opponents bids (which are better than the bid that was offered) made in the previous time window.
|
class |
AC_CombiMax
This is the decoupled Acceptance Conditions Based on Tim Baarslag's paper on Acceptance Conditions:
"Acceptance Conditions in Automated Negotiation"
This Acceptance Condition accepts a bid if it is higher than any bid seen so far
Decoupling Negotiating Agents to Explore the Space of Negotiation Strategies
T.
|
class |
AC_CombiMaxInWindow
This is the decoupled Acceptance Conditions Based on Tim Baarslag's paper on
Acceptance Conditions: "Acceptance Conditions in Automated Negotiation"
This Acceptance Condition accepts a bid if it is higher than any bid seen so
far within the previous time window
Decoupling Negotiating Agents to Explore the Space of Negotiation Strategies
T.
|
class |
AC_CombiMaxInWindowDiscounted
This is the decoupled Acceptance Conditions Based on Tim Baarslag's paper on Acceptance Conditions:
"Acceptance Conditions in Automated Negotiation"
This Acceptance Condition accepts a bid if it is higher than any bid seen so far within the previous time window
Decoupling Negotiating Agents to Explore the Space of Negotiation Strategies
T.
|
class |
AC_CombiProb
This is the decoupled Acceptance Conditions Based on Tim Baarslag's paper
on Acceptance Conditions:
"Acceptance Conditions in Automated Negotiation"
This Acceptance Condition accepts a bid if it is higher than any bid seen
so far
Decoupling Negotiating Agents to Explore the Space of Negotiation Strategies
T.
|
class |
AC_CombiProbDiscounted
This is the decoupled Acceptance Conditions Based on Tim Baarslag's paper
on Acceptance Conditions:
"Acceptance Conditions in Automated Negotiation"
This Acceptance Condition accepts a bid if it is higher than any bid seen
so far
Decoupling Negotiating Agents to Explore the Space of Negotiation Strategies
T.
|
class |
AC_CombiV2
This is the decoupled Acceptance Conditions Based on Tim Baarslag's paper on
Acceptance Conditions: "Acceptance Conditions in Automated Negotiation"
This Acceptance Conditions is a combination of AC_Time and AC_Next
Decoupling Negotiating Agents to Explore the Space of Negotiation Strategies
T.
|
class |
AC_CombiV3
This acceptance condition uses AC_next to determine when to accept.
|
class |
AC_CombiV4
This acceptance condition uses two versions of AC_next.
|
class |
AC_Const
This Acceptance Condition accepts an opponent bid if the utility is above a
constant.
|
class |
AC_ConstDiscounted
This Acceptance Condition accepts an opponent bid if the utility is above a constant.
|
class |
AC_False
This Acceptance Condition never accepts an opponent offer.
|
class |
AC_Gap
This is the decoupled Acceptance Conditions Based on Tim Baarslag's paper on
Acceptance Conditions: "Acceptance Conditions in Automated Negotiation"
This Acceptance Condition accepts a bid if the utility of the opponent's bid
plus a constant (the gap) is higher than the utility of the next bid.
|
class |
AC_MAC
The MAC is a tool which allows to test many acceptance strategies in the
same negotiation trace.
|
class |
AC_Next
This Acceptance Condition will accept an opponent bid if the utility is
higher than the bid the agent is ready to present
Decoupling Negotiating Agents to Explore the Space of Negotiation Strategies
T.
|
class |
AC_Previous
This Acceptance Condition accepts an opponent bid if the utility is higher
than the previous bid the agent made.
|
class |
AC_Time
This Acceptance Condition accept an opponent bid after a certain time has
passed
Decoupling Negotiating Agents to Explore the Space of Negotiation Strategies
T.
|
class |
AC_True
This Acceptance Condition will accept any opponent offer.
|
class |
Multi_AcceptanceCondition
The MAC is a tool which allows to test many acceptance strategies in the
same negotiation trace.
|
Modifier and Type | Field and Description |
---|---|
protected java.util.ArrayList<AcceptanceStrategy> |
Multi_AcceptanceCondition.ACList |
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<AcceptanceStrategy> |
Multi_AcceptanceCondition.getACList() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
Multi_AcceptanceCondition.printParameters(AcceptanceStrategy a) |
Modifier and Type | Field and Description |
---|---|
protected AcceptanceStrategy |
BOAagent.acceptConditions
Decides when to accept
|
Modifier and Type | Method and Description |
---|---|
AcceptanceStrategy |
BOAagent.getAcceptanceStrategy()
Returns the acceptance strategy of the agent.
|
Modifier and Type | Method and Description |
---|---|
void |
BOAagent.setDecoupledComponents(AcceptanceStrategy ac,
OfferingStrategy os,
OpponentModel om,
OMStrategy oms)
Sets the components of the decoupled agent.
|
Modifier and Type | Method and Description |
---|---|
AcceptanceStrategy |
BOAagentRepository.getAcceptanceStrategy(java.lang.String name)
Method used to load the acceptance strategy associated with the given
name.
|