Package | Description |
---|---|
genius.core | |
genius.core.analysis.pareto | |
genius.core.bidding | |
genius.core.boaframework | |
genius.core.utility |
Constructor and Description |
---|
LinearBidIterator(Domain domain,
AdditiveUtilitySpace space,
double maxUtil,
double minUtil) |
Constructor and Description |
---|
ParetoFrontierF(AdditiveUtilitySpace utilitySpaceA,
AdditiveUtilitySpace utilitySpaceB)
Does the heavy plumbing job of getting valuesets from domain.
|
Constructor and Description |
---|
BidStrictSorterUtility(AdditiveUtilitySpace utilitySpace)
Initializes the comperator by setting the bidding space.
|
Modifier and Type | Field and Description |
---|---|
protected AdditiveUtilitySpace |
OpponentModel.opponentUtilitySpace
Reference to the estimated opponent's utility state
|
Modifier and Type | Method and Description |
---|---|
void |
OpponentModel.setOpponentUtilitySpace(AdditiveUtilitySpace opponentUtilitySpace)
Method which may be overwritten by an opponent model to get access to the
opponent's utilityspace.
|
Modifier and Type | Class and Description |
---|---|
class |
AdditiveUtilitySpaceWithPerturbation |
Modifier and Type | Method and Description |
---|---|
java.lang.Double |
EvaluatorReal.getEvaluation(AdditiveUtilitySpace uspace,
Bid bid,
int index) |
java.lang.Double |
EvaluatorObjective.getEvaluation(AdditiveUtilitySpace uspace,
Bid bid,
int index) |
java.lang.Double |
EvaluatorInteger.getEvaluation(AdditiveUtilitySpace uspace,
Bid bid,
int index) |
java.lang.Double |
EvaluatorDiscrete.getEvaluation(AdditiveUtilitySpace uspace,
Bid bid,
int issueID) |
java.lang.Double |
Evaluator.getEvaluation(AdditiveUtilitySpace uspace,
Bid bid,
int index)
This method returns the utility of the value of an issue.
|
Constructor and Description |
---|
AdditiveUtilitySpace(AdditiveUtilitySpace us)
Copies the data from another UtilitySpace.
|
AdditiveUtilitySpaceWithPerturbation(AdditiveUtilitySpace uspace) |
AdditiveUtilitySpaceWithPerturbation(AdditiveUtilitySpace uspace,
double perturbation) |