Class | Description |
---|---|
AC_ABMP |
This is the decoupled Acceptance Condition from ABMP Agent.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
AC_CombiV3 |
This acceptance condition uses AC_next to determine when to accept.
|
AC_CombiV4 |
This acceptance condition uses two versions of AC_next.
|
AC_Const |
This Acceptance Condition accepts an opponent bid if the utility is above a
constant.
|
AC_ConstDiscounted |
This Acceptance Condition accepts an opponent bid if the utility is above a constant.
|
AC_False |
This Acceptance Condition never accepts an opponent offer.
|
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.
|
AC_MAC |
The MAC is a tool which allows to test many acceptance strategies in the
same negotiation trace.
|
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.
|
AC_Previous |
This Acceptance Condition accepts an opponent bid if the utility is higher
than the previous bid the agent made.
|
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.
|
AC_True |
This Acceptance Condition will accept any opponent offer.
|
Multi_AcceptanceCondition |
The MAC is a tool which allows to test many acceptance strategies in the
same negotiation trace.
|