public class Group4OpponentModel
extends java.lang.Object
Constructor and Description |
---|
Group4OpponentModel(Domain domain) |
Modifier and Type | Method and Description |
---|---|
double |
evaluateBid(Bid bid)
Evaluates the predicted utility of a given bid, using the information
provided thus far.
|
void |
UpdateOpponentModel(java.util.ArrayList<Bid> historicalBid) |
public Group4OpponentModel(Domain domain)
public double evaluateBid(Bid bid)
bid
- the bid to be evaluatedpublic void UpdateOpponentModel(java.util.ArrayList<Bid> historicalBid)