public class DomainAnalyzer
extends java.lang.Object
Constructor and Description |
---|
DomainAnalyzer(UtilitySpace ownUtilSpace,
OpponentModel opponentModel,
OMStrategy omStrategy)
Set the domain analyzer variables and determine the domain size.
|
Modifier and Type | Method and Description |
---|---|
double |
calculateKalaiPoint()
Calculates the Kalai point by optionally using an opponent model.
|
public DomainAnalyzer(UtilitySpace ownUtilSpace, OpponentModel opponentModel, OMStrategy omStrategy)
ownUtilSpace
- utility space of our agent.opponentModel
- used to estimate the opponent's preference profile.omStrategy
- used to check if the opponent model may be updated.