Class | Description |
---|---|
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.
|
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.
|
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.
|