public class FSEGAOpponentModel extends OpponentModel
fBiddingHistory, fDomain
Constructor and Description |
---|
FSEGAOpponentModel(UtilitySpace pUS) |
Modifier and Type | Method and Description |
---|---|
double |
getExpectedUtility(Bid pBid) |
double |
getExpectedWeight(int pIssueNumber) |
double |
getNormalizedWeight(Issue i,
int startingNumber) |
void |
updateBeliefs(Bid pBid) |
findMinMaxUtility, getDomain, getNormalizedUtility, haveSeenBefore, isCrashed
public FSEGAOpponentModel(UtilitySpace pUS)
public void updateBeliefs(Bid pBid) throws java.lang.Exception
updateBeliefs
in class OpponentModel
java.lang.Exception
public double getExpectedUtility(Bid pBid) throws java.lang.Exception
getExpectedUtility
in class OpponentModel
java.lang.Exception
public double getExpectedWeight(int pIssueNumber)
getExpectedWeight
in class OpponentModel
public double getNormalizedWeight(Issue i, int startingNumber)