Modifier and Type | Method and Description |
---|---|
Evaluator |
EvaluatorHypothesis.getEvaluator() |
Modifier and Type | Method and Description |
---|---|
double |
OpponentModel.getExtremeEvaluation(Evaluator evaluator,
OpponentModel.Extreme extreme) |
Constructor and Description |
---|
EvaluatorHypothesis(Evaluator evaluator) |
Modifier and Type | Method and Description |
---|---|
double |
IAMhagglerBayesianModel.getExtremeEvaluation(Evaluator evaluator,
IAMhagglerBayesianModel.Extreme extreme) |
double |
PerfectIAMhagglerBayesianModel.getExtremeEvaluation(Evaluator evaluator,
PerfectIAMhagglerBayesianModel.Extreme extreme) |
Modifier and Type | Method and Description |
---|---|
Evaluator |
AgentLGSAS.getMyEvaluator(int issueID) |
Modifier and Type | Class and Description |
---|---|
class |
EvaluatorDiscrete
This class is used to convert the value of a discrete issue to a utility.
|
class |
EvaluatorInteger
This class is used to convert the value of an integer issue to a utility.
|
class |
EvaluatorObjective
Evaulator for an objective.
|
class |
EvaluatorReal
An evaluator for real-type issues.
|
Modifier and Type | Method and Description |
---|---|
Evaluator |
UtilitySpace.addEvaluator(Objective obj,
Evaluator ev)
Sets an
|
Evaluator |
Evaluator.clone() |
Evaluator |
UtilitySpace.getEvaluator(int index)
Returns the evaluator of an issue for the given index.
|
Modifier and Type | Method and Description |
---|---|
java.util.Set<java.util.Map.Entry<Objective,Evaluator>> |
UtilitySpace.getEvaluators() |
java.util.Set<java.util.Map.Entry<Objective,Evaluator>> |
UtilitySpace.normalizeChildren(Objective obj)
Normalizes the weights of objectives of the given objective so that they
sum up to one.
|
Modifier and Type | Method and Description |
---|---|
Evaluator |
UtilitySpace.addEvaluator(Objective obj,
Evaluator ev)
Sets an
|
Constructor and Description |
---|
UtilitySpace(Domain domain,
java.util.Map<Objective,Evaluator> fEvaluators) |