Package | Description |
---|---|
negotiator.boaframework | |
negotiator.boaframework.repository | |
negotiator.qualitymeasures |
Modifier and Type | Class and Description |
---|---|
class |
NoModel
Placeholder to notify an agent that there is no opponent model available.
|
Modifier and Type | Field and Description |
---|---|
protected OpponentModel |
OMStrategy.model
Reference to the opponent model
|
protected OpponentModel |
OfferingStrategy.opponentModel
Reference to the opponent model
|
protected OpponentModel |
BOAagent.opponentModel
Approximates the utility of a bid for the opponent
|
protected OpponentModel |
AcceptanceStrategy.opponentModel
Reference to opponnent model of agent.
|
Modifier and Type | Method and Description |
---|---|
OpponentModel |
BOAagent.getOpponentModel()
Returns the opponent model of the agent.
|
Modifier and Type | Method and Description |
---|---|
void |
Multi_AcceptanceCondition.init(NegotiationSession negoSession,
OfferingStrategy strat,
OpponentModel opponentModel,
java.util.HashMap<java.lang.String,java.lang.Double> parameters) |
void |
AcceptanceStrategy.init(NegotiationSession negotiationSession,
OfferingStrategy offeringStrategy,
OpponentModel opponentModel,
java.util.HashMap<java.lang.String,java.lang.Double> parameters)
Standard initialize method to be called after using the empty
constructor.
|
void |
OMStrategy.init(NegotiationSession negotiationSession,
OpponentModel model)
Initialize method which my be used when the opponent model strategy has
no parameters, or when the default values for these parameters should be
used.
|
void |
OMStrategy.init(NegotiationSession negotiationSession,
OpponentModel model,
java.util.HashMap<java.lang.String,java.lang.Double> parameters)
Initialize method to be used by the BOA framework.
|
void |
OfferingStrategy.init(NegotiationSession negotiationSession,
OpponentModel opponentModel,
OMStrategy omStrategy,
java.util.HashMap<java.lang.String,java.lang.Double> parameters)
Initializes the offering strategy.
|
void |
BOAagent.setDecoupledComponents(AcceptanceStrategy ac,
OfferingStrategy os,
OpponentModel om,
OMStrategy oms)
Sets the components of the decoupled agent.
|
void |
OMStrategy.setOpponentModel(OpponentModel model) |
Modifier and Type | Method and Description |
---|---|
OpponentModel |
BOAagentRepository.getOpponentModel(java.lang.String name)
Method used to load the opponent model associated with the given name.
|
Modifier and Type | Method and Description |
---|---|
double |
OpponentModelMeasures.calculateAvgDiffBetweenBids(OpponentModel opponentModel) |
double |
OpponentModelMeasures.calculateAvgDiffBetweenIssueWeights(OpponentModel opponentModel) |
double |
OpponentModelMeasures.calculateRankingDistanceWeights(OpponentModel opponentModel)
Calculates the ranking distance by comparing the utility of each weight
estimated by the real and estimated opponent's utility space.
|