public class InoxAgent_OM extends OpponentModel
opponentUtilitySpace
negotiationSession
Constructor and Description |
---|
InoxAgent_OM()
Empty constructor.
|
InoxAgent_OM(NegotiationSession negotiationSession)
Regular constructor.
|
Modifier and Type | Method and Description |
---|---|
double |
getBidEvaluation(Bid bid)
Determines the utility of a bid according to the preference profile.
|
void |
init(NegotiationSession negotiationSession,
java.util.HashMap<java.lang.String,java.lang.Double> parameters)
Initialization function.
|
void |
updateModel(Bid opponentBid,
double time)
Updates the opponent model given a bid.
|
double |
valueEval(Objective obj,
Bid bid)
Method used to scale a value.
|
cleanUp, getIssueWeights, getName, getOpponentUtilitySpace, getWeight, init, isCleared, loadData, setOpponentUtilitySpace, setOpponentUtilitySpace, storeData, updateModel
endSession, getParameters
public InoxAgent_OM()
public InoxAgent_OM(NegotiationSession negotiationSession)
public void init(NegotiationSession negotiationSession, java.util.HashMap<java.lang.String,java.lang.Double> parameters) throws java.lang.Exception
init
in class OpponentModel
negotiationSession
- reference to the state of the negotiationjava.lang.Exception
public void updateModel(Bid opponentBid, double time)
updateModel
in class OpponentModel
opponentBid
- to receiveMessage the model with.time
- at which the bid was offered.public double getBidEvaluation(Bid bid)
OpponentModel
getBidEvaluation
in class OpponentModel
bid
- of which the utility is calculated.