Package | Description |
---|---|
negotiator.utility |
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 |
AdditiveUtilitySpace.addEvaluator(Objective obj,
Evaluator ev)
Sets an
|
Evaluator |
Evaluator.clone() |
Evaluator |
AdditiveUtilitySpace.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>> |
AdditiveUtilitySpace.getEvaluators() |
java.util.Set<java.util.Map.Entry<Objective,Evaluator>> |
AdditiveUtilitySpace.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 |
AdditiveUtilitySpace.addEvaluator(Objective obj,
Evaluator ev)
Sets an
|
Constructor and Description |
---|
AdditiveUtilitySpace(Domain domain,
java.util.Map<Objective,Evaluator> fEvaluators) |