public final class TheFawkes_OM extends OpponentModel
Modifier and Type | Field and Description |
---|---|
SmoothingCubicSpline |
alpha |
double[] |
chi |
double[] |
ratio |
double |
timeIndexFactor |
opponentUtilitySpace
negotiationSession
Constructor and Description |
---|
TheFawkes_OM() |
Modifier and Type | Method and Description |
---|---|
double |
getBidEvaluation(Bid bid)
Determines the utility of a bid according to the preference profile.
|
double |
getMaxOpponentBidTimeDiff() |
void |
init(NegotiationSession nSession)
Alternative init method to initialize the model without setting
parameters.
|
void |
updateModel(Bid bid,
double time)
Method used to receiveMessage the opponent model.
|
cleanUp, getIssueWeights, getName, getOpponentUtilitySpace, getWeight, init, isCleared, loadData, setOpponentUtilitySpace, setOpponentUtilitySpace, storeData, updateModel
endSession, getParameters
public double timeIndexFactor
public double[] chi
public double[] ratio
public SmoothingCubicSpline alpha
public void init(NegotiationSession nSession)
OpponentModel
init
in class OpponentModel
nSession
- reference to the state of the negotiationpublic double getBidEvaluation(Bid bid)
OpponentModel
getBidEvaluation
in class OpponentModel
bid
- of which the utility is calculated.public double getMaxOpponentBidTimeDiff()
public void updateModel(Bid bid, double time)
OpponentModel
updateModel
in class OpponentModel
bid
- to receiveMessage the model with.time
- at which the bid was offered.