public class SmithModelV2
extends agents.bayesianopponentmodel.OpponentModel
Constructor and Description |
---|
SmithModelV2(UtilitySpace space)
Creates a highly optimized version of the SmithFrequencyModel.
|
Modifier and Type | Method and Description |
---|---|
void |
addBid(Bid pBid)
Adds the values of each issue of a bid to the preferenceprofilemanager
|
double |
getNormalizedUtility(Bid pBid)
Returns the utility of a bid, but instead of the normal utility it is
based on the weights of each issues
|
double |
getWeight(int issueNr) |
public SmithModelV2(UtilitySpace space)
public void addBid(Bid pBid)
public double getWeight(int issueNr)
public double getNormalizedUtility(Bid pBid)
getNormalizedUtility
in class agents.bayesianopponentmodel.OpponentModel