Package | Description |
---|---|
negotiator.boaframework | |
negotiator.boaframework.repository | |
negotiator.gui.boaparties | |
negotiator.qualitymeasures | |
negotiator.repository.boa |
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 |
BoaParty.opponentModel
Approximates the utility of a bid for the opponent
|
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 |
BoaParty.getOpponentModel()
Returns the opponent model of the agent.
|
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.Map<java.lang.String,java.lang.Double> parameters) |
void |
AcceptanceStrategy.init(NegotiationSession negotiationSession,
OfferingStrategy offeringStrategy,
OpponentModel opponentModel,
java.util.Map<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,
java.util.Map<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.Map<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) |
Constructor and Description |
---|
BoaParty(AcceptanceStrategy ac,
java.util.Map<java.lang.String,java.lang.Double> acParams,
OfferingStrategy os,
java.util.Map<java.lang.String,java.lang.Double> osParams,
OpponentModel om,
java.util.Map<java.lang.String,java.lang.Double> omParams,
OMStrategy oms,
java.util.Map<java.lang.String,java.lang.Double> omsParams)
Stores all relevant values for initializing the components.
|
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 |
---|---|
BoaComponentModel<OpponentModel> |
BoaPartyModel.getOpponentModel() |
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.
|
Modifier and Type | Method and Description |
---|---|
BoaWithSettingsRepItem<OpponentModel> |
BoaPartyRepItem.getOpponentModel() |
BoaRepItemList<BoaRepItem<OpponentModel>> |
BoaRepository.getOpponentModels() |
Constructor and Description |
---|
BoaPartyRepItem(java.lang.String partyName,
BoaWithSettingsRepItem<OfferingStrategy> boa1,
BoaWithSettingsRepItem<AcceptanceStrategy> boa2,
BoaWithSettingsRepItem<OpponentModel> boa3,
BoaWithSettingsRepItem<OMStrategy> boa4) |