Package | Description |
---|---|
negotiator | |
negotiator.boaframework | |
negotiator.qualitymeasures | |
parties.in4010.q12015.group12 | |
parties.in4010.q12015.group7 | |
parties.in4010.q12015.group9 |
Modifier and Type | Method and Description |
---|---|
BidHistory |
BidHistory.discountedFilterBetween(double minU,
double maxU,
double minT,
double maxT,
AbstractUtilitySpace utilSpace)
Returns the set of bids offered between time instances t1 and t2: (t1,
t2] and with a utility in (u1, u2].
|
BidHistory |
BidHistory.filterBetween(double minU,
double maxU,
double minT,
double maxT)
Returns the set of bids offered between time instances t1 and t2: (t1,
t2] and with a utility in (u1, u2].
|
BidHistory |
BidHistory.filterBetweenTime(double t1,
double t2)
Returns the set of bids offered between time instances t1 and t2: (t1,
t2].
|
BidHistory |
BidHistory.filterBetweenUtility(double minU,
double maxU)
Returns the set of bids with a utility of at least u1 and at most u2:
(u1, u2].
|
BidHistory |
BidHistory.filterUtility(double u)
Returns the set of bids with utility u.
|
BidHistory |
BidHistory.sortToTime()
Sorts the bids contained in this BidHistory object on time.
|
BidHistory |
BidHistory.sortToUtility()
Sorts the bids contained in this BidHistory object on utility.
|
Modifier and Type | Field and Description |
---|---|
protected BidHistory |
NegotiationSession.opponentBidHistory
History of bids made by the opponent.
|
protected BidHistory |
NegotiationSession.ownBidHistory
History of bids made by the agent.
|
Modifier and Type | Method and Description |
---|---|
BidHistory |
NegotiationSession.getOpponentBidHistory()
Returns the bidding history of the opponent.
|
BidHistory |
NegotiationSession.getOwnBidHistory()
Returns the bidding history of the agent.
|
Modifier and Type | Method and Description |
---|---|
BidHistory |
NegotiationSessionWrapper.getOwnBidHistory() |
Modifier and Type | Method and Description |
---|---|
BidHistory |
OtherAgent.getHistory() |
Modifier and Type | Class and Description |
---|---|
class |
EnhancedBidHistory
Enhancement of the default BidHistory which in addition keeps record of the
distance of every bid compared to the previous bid.
|
Modifier and Type | Method and Description |
---|---|
void |
MultipleIssueEstimator.addBid(AgentID agentId,
BidDetails bidDetails,
BidHistory bidHistory)
Add a bid to the issueEstimator of a particular agent
|
void |
IssueEstimator.addBid(Bid bid,
BidHistory bidHistory)
Add a bid to the issue estimator, automatically recalculating the issue
weights and issue value weights
|
Modifier and Type | Method and Description |
---|---|
Bid |
BiddingStrat.createBid(java.util.HashMap<java.lang.Object,BidHistory> previousBids,
java.util.HashMap<java.lang.Object,AdditiveUtilitySpace> opponentUtilities,
TimeLineInfo timeLine) |
boolean |
AcceptStrat.determineAcceptance(Bid opponentBid,
java.util.HashMap<java.lang.Object,BidHistory> previousBidsMap,
Bid ourBid,
java.util.HashMap<java.lang.Object,AdditiveUtilitySpace> opponentUtilities,
TimeLineInfo timeLine) |
void |
OpponentModeling.updateModel(java.lang.Object agent,
Action action,
java.util.HashMap<java.lang.Object,BidHistory> previousBidsMap) |