public class ValueModeler
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
boolean |
initialized |
Constructor and Description |
---|
ValueModeler() |
Modifier and Type | Method and Description |
---|---|
void |
assumeBidWorth(Bid bid,
double expectedDecrease,
double stdDev) |
IssuesDecreases |
getIssue(int index) |
void |
initialize(AdditiveUtilitySpace space,
Bid firstBid) |
ValueDecrease |
utilityLoss(Bid bid) |
public void initialize(AdditiveUtilitySpace space, Bid firstBid) throws java.lang.Exception
java.lang.Exception
public void assumeBidWorth(Bid bid, double expectedDecrease, double stdDev) throws java.lang.Exception
java.lang.Exception
public ValueDecrease utilityLoss(Bid bid) throws java.lang.Exception
java.lang.Exception
public IssuesDecreases getIssue(int index)