public abstract class OpponentModel
extends java.lang.Object
Constructor and Description |
---|
OpponentModel() |
Modifier and Type | Method and Description |
---|---|
Domain |
getDomain() |
abstract double |
getExpectedUtility(Bid pBid) |
abstract double |
getExpectedWeight(int pIssueNumber) |
abstract void |
updateBeliefs(Bid pBid) |
protected Domain dDomain
public Domain getDomain()
public abstract double getExpectedUtility(Bid pBid) throws java.lang.Exception
java.lang.Exception
public abstract void updateBeliefs(Bid pBid) throws java.lang.Exception
java.lang.Exception
public abstract double getExpectedWeight(int pIssueNumber)