Modifier and Type | Method and Description |
---|---|
ValueDiscrete[] |
BidSpace.EvaluatedDiscreteCombination.getDiscreteCombination() |
static ValueDiscrete[][] |
BidSpaceDiscrete.getDiscreteCombinations(java.util.ArrayList<java.util.HashMap<ValueDiscrete,java.lang.Double>> discreteEvaluationFunctions,
java.util.ArrayList<java.lang.Double> discreteWeights) |
Modifier and Type | Method and Description |
---|---|
static ValueDiscrete[][] |
BidSpaceDiscrete.getDiscreteCombinations(java.util.ArrayList<java.util.HashMap<ValueDiscrete,java.lang.Double>> discreteEvaluationFunctions,
java.util.ArrayList<java.lang.Double> discreteWeights) |
Constructor and Description |
---|
BidSpace.EvaluatedDiscreteCombination(ValueDiscrete[] discreteCombination,
double jointUtility) |
Modifier and Type | Method and Description |
---|---|
double |
AgentXFrequencyModel.getEvaluationOfValue(int issueIndex,
ValueDiscrete valueOfIssue)
Gives the normalized value rank of some value within a certain Issue
|
Modifier and Type | Method and Description |
---|---|
ValueDiscrete |
DiscreteValueProcessor.getHighestRankedValue()
Returns the highest ranked value within an issue
|
Modifier and Type | Method and Description |
---|---|
void |
DiscreteValueProcessor.addBidForValue(ValueDiscrete v)
Adds 1 to the bidList for a certain value.
|
void |
DiscreteValueProcessor.decreaseRank(ValueDiscrete v)
Directly decreases the rank of a value.
|
double |
DiscreteValueProcessor.getNormalizedValueRank(ValueDiscrete v)
Gets the normalized rank of a certain value.
|
int |
DiscreteValueProcessor.getValueIndex(ValueDiscrete v)
Returns the index of a certain value in the valuelist.
|
int |
DiscreteValueProcessor.getValueRank(ValueDiscrete v)
Gets the rank of a certain value.
|
void |
DiscreteValueProcessor.increaseRank(ValueDiscrete v)
Directly increases the rank of a value.
|
Modifier and Type | Method and Description |
---|---|
Value |
GahboninhoOM.ImproveValue(int IssueNumber,
ValueDiscrete ValToImprove) |
Modifier and Type | Method and Description |
---|---|
ValueDiscrete |
IssueDiscrete.getValue(int index)
Get value by its Sting representation, null otherwise.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<ValueDiscrete> |
IssueDiscrete.getValues()
Gives an enumeration over all values in this discrete issue.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
IssueDiscrete.getDesc(ValueDiscrete value) |
int |
IssueDiscrete.getValueIndex(ValueDiscrete value) |
void |
IssueDiscrete.setDesc(ValueDiscrete val,
java.lang.String desc)
Sets the desc for value
val . |
Modifier and Type | Method and Description |
---|---|
java.util.Set<ValueDiscrete> |
EvaluatorDiscrete.getValues() |
Modifier and Type | Method and Description |
---|---|
void |
EvaluatorDiscrete.addEvaluation(ValueDiscrete value,
java.lang.Integer evaluation)
Add a new possible value to the issue.
|
java.lang.Double |
EvaluatorDiscrete.getDoubleValue(ValueDiscrete value)
gives the exact double value/util of a issuevalue.
|
java.lang.Double |
EvaluatorDiscrete.getEvaluation(ValueDiscrete value) |
java.lang.Integer |
EvaluatorDiscrete.getEvaluationNotNormalized(ValueDiscrete value) |
java.lang.Integer |
EvaluatorDiscrete.getValue(ValueDiscrete value) |
void |
EvaluatorDiscrete.setEvaluationDouble(ValueDiscrete val,
double evaluation)
identical to
EvaluatorDiscrete.setEvaluation(Value, int) but accepts double. |