Modifier and Type | Field and Description |
---|---|
AbstractUtilitySpace |
Agent.utilitySpace
Preference profile of the agent as assigned by the tournamentrunner.
|
Modifier and Type | Method and Description |
---|---|
BidHistory |
BidHistory.discountedFilterBetween(double minU,
double maxU,
double minT,
double maxT,
AbstractUtilitySpace utilSpace)
Returns the set of bids offered between time instances t1 and t2: (t1,
t2] and with a utility in (u1, u2].
|
double |
BidHistory.getAverageDiscountedUtility(AbstractUtilitySpace utilSpace) |
BidDetails |
BidHistory.getBestDiscountedBidDetails(AbstractUtilitySpace util)
Returns the bid with the highest discounted utility stored in the
history.
|
void |
Agent.internalInit(int sessionNr,
int sessionsTotal,
java.util.Date startTimeP,
java.lang.Integer totalTimeP,
TimeLineInfo timeline,
AbstractUtilitySpace us,
java.util.HashMap<AgentParameterVariable,AgentParamValue> params,
AgentID id)
This method is called by the protocol to initialize the agent with a new
session information.
|
Modifier and Type | Method and Description |
---|---|
static BidSpace |
BidSpaceCache.getBidSpace(AbstractUtilitySpace... spaces)
Method used to load a BidSpace.
|
Constructor and Description |
---|
BidSpace(AbstractUtilitySpace... utilityspaces)
Default constructor used to construct a multidimensional bidding space.
|
BidSpace(AbstractUtilitySpace utilityspaceA,
AbstractUtilitySpace utilityspaceB,
boolean excludeBids)
Constructor to createFrom a BidSpace given exactly two utility spaces.
|
BidSpace(AbstractUtilitySpace utilityspaceA,
AbstractUtilitySpace utilityspaceB,
boolean excludeBids,
boolean skipCheckSpaceB)
Constructor which is identical to its three parameter version, except for
the argument skipCheckSpaceB.
|
Modifier and Type | Field and Description |
---|---|
protected AbstractUtilitySpace |
OutcomeSpace.utilitySpace
Reference to the utility space
|
protected AbstractUtilitySpace |
NegotiationSession.utilitySpace
Reference to the agent's preference profile for the domain.
|
Modifier and Type | Method and Description |
---|---|
AbstractUtilitySpace |
OpponentModel.getOpponentUtilitySpace() |
AbstractUtilitySpace |
NegotiationSession.getUtilitySpace()
Returns the utilityspace of the agent.
|
Modifier and Type | Method and Description |
---|---|
void |
OutcomeSpace.generateAllBids(AbstractUtilitySpace utilSpace)
Generates all the possible bids in the domain
|
Constructor and Description |
---|
NegotiationSession(SessionData sessionData,
AbstractUtilitySpace utilitySpace,
TimeLineInfo timeline)
Create a negotiation session which is used to keep track of the
negotiation state.
|
NegotiationSession(SessionData sessionData,
AbstractUtilitySpace utilitySpace,
TimeLineInfo timeline,
OutcomeSpace outcomeSpace)
Create a negotiation session which is used to keep track of the
negotiation state.
|
OutcomeSpace(AbstractUtilitySpace utilSpace)
Creates an unsorted outcome space.
|
SortedOutcomeSpace(AbstractUtilitySpace utilSpace)
Instantiates a SortedOutcomeSpace: an enumeration of all possible bids in
the domain which can be efficiently searched using the provided methods.
|
Modifier and Type | Field and Description |
---|---|
protected AbstractUtilitySpace |
AbstractNegotiationParty.utilitySpace
utility space used by this party (set in constructor).
|
Modifier and Type | Method and Description |
---|---|
AbstractUtilitySpace |
NegotiationInfo.getUtilitySpace() |
AbstractUtilitySpace |
AbstractNegotiationParty.getUtilitySpace()
Gets this agent's utility space.
|
Constructor and Description |
---|
NegotiationInfo(AbstractUtilitySpace utilSpace,
Deadline deadline,
TimeLineInfo timeline,
long randomSeed,
AgentID agentID,
PersistentDataContainer storage) |
Modifier and Type | Field and Description |
---|---|
protected AbstractUtilitySpace |
BilateralAtomicNegotiationSession.spaceA |
protected AbstractUtilitySpace |
BilateralAtomicNegotiationSession.spaceB |
Modifier and Type | Method and Description |
---|---|
AbstractUtilitySpace |
BilateralAtomicNegotiationSession.getAgentAUtilitySpace() |
AbstractUtilitySpace |
BilateralAtomicNegotiationSession.getAgentBUtilitySpace() |
AbstractUtilitySpace |
Protocol.getAgentUtilitySpaces(int index) |
Constructor and Description |
---|
BilateralAtomicNegotiationSession(Protocol protocol,
Agent agentA,
Agent agentB,
java.lang.String agentAname,
java.lang.String agentBname,
AbstractUtilitySpace spaceA,
AbstractUtilitySpace spaceB,
java.util.HashMap<AgentParameterVariable,AgentParamValue> agentAparams,
java.util.HashMap<AgentParameterVariable,AgentParamValue> agentBparams) |
Modifier and Type | Method and Description |
---|---|
AbstractUtilitySpace |
Repository.getUtilitySpace(Domain domain,
ProfileRepItem profile) |
AbstractUtilitySpace |
Repository.getUtilitySpace(Domain domain,
java.lang.String file) |
Modifier and Type | Class and Description |
---|---|
class |
UncertainUtilitySpace
Μajor Class incorporating multiple preference profiles introducing uncertainty about user preferences
created by D.Tsimpoukis, Jan 2018
|
Modifier and Type | Field and Description |
---|---|
AbstractUtilitySpace |
WeightedChoiceFlatteningStrategy.selectedUtilitySpace |
Modifier and Type | Field and Description |
---|---|
protected java.util.List<AbstractUtilitySpace> |
UncertainUtilitySpace.utilitySpaces
All possible utility spaces considered
|
Modifier and Type | Method and Description |
---|---|
AbstractUtilitySpace |
RandomFlatteningStrategy.selectRandomUtilitySpace(java.util.List<AbstractUtilitySpace> uspaces,
java.util.List<java.lang.Double> weights) |
Modifier and Type | Method and Description |
---|---|
java.util.List<AbstractUtilitySpace> |
UncertainUtilitySpace.getUtilitySpaces() |
Modifier and Type | Method and Description |
---|---|
AbstractUtilitySpace |
RandomFlatteningStrategy.selectRandomUtilitySpace(java.util.List<AbstractUtilitySpace> uspaces,
java.util.List<java.lang.Double> weights) |
void |
UncertainUtilitySpace.setUtilitySpaces(java.util.List<AbstractUtilitySpace> uspaces) |
Constructor and Description |
---|
UncertainUtilitySpace(java.util.List<AbstractUtilitySpace> uspaces,
Domain dom) |
UncertainUtilitySpace(java.util.List<AbstractUtilitySpace> uspaces,
Domain dom,
double[] weights)
Automatically normalizes the weights
|
UncertainUtilitySpace(java.util.List<AbstractUtilitySpace> uspaces,
Domain dom,
double[] weights,
FlatteningStrategy flatteningStrategy) |
UncertainUtilitySpace(java.util.List<AbstractUtilitySpace> uspaces,
Domain dom,
double[] weights,
java.lang.String flatteningStrategy) |
UncertainUtilitySpace(java.util.List<AbstractUtilitySpace> uspaces,
Domain dom,
java.lang.String flatteningStrategy) |
Modifier and Type | Method and Description |
---|---|
AbstractUtilitySpace |
UncertainPreferenceContainer.getPerceivedUtilitySpace() |
AbstractUtilitySpace |
ExperimentalPairwiseComparisonUserModel.getRealUSpace() |
AbstractUtilitySpace |
UncertainPreferenceContainer.getRealUtilitySpace() |
Constructor and Description |
---|
ExperimentalPairwiseComparisonUserModel(java.util.List<OutcomeComparison> bidComparisons,
AbstractUtilitySpace realUSpace) |
UncertainPreferenceContainer(AbstractUtilitySpace realUtilitySpace,
UNCERTAINTYTYPE type) |
UncertainPreferenceContainer(AbstractUtilitySpace realUtilitySpace,
UNCERTAINTYTYPE type,
AbstractUtilitySpace perceivedUtilitySpace)
Constructor for a Perceived Utility Space user model
|
UncertainPreferenceContainer(AbstractUtilitySpace realUtilitySpace,
UNCERTAINTYTYPE type,
int numberOfComparisons,
double error,
boolean experimental)
Constructor for the creation of a Pairwise Comparison User Model
|
Modifier and Type | Class and Description |
---|---|
class |
FlattenedUtilitySpace
Μajor Class incorporating multiple preference profiles introducing uncertainty about user preferences
created by D.Tsimpoukis, Jan 2018
|
Modifier and Type | Field and Description |
---|---|
AbstractUtilitySpace |
WeightedChoiceFlatteningStrategy.selectedUtilitySpace |
Modifier and Type | Field and Description |
---|---|
protected java.util.List<AbstractUtilitySpace> |
FlattenedUtilitySpace.utilitySpaces
All possible utility spaces considered
|
Modifier and Type | Method and Description |
---|---|
AbstractUtilitySpace |
RandomFlatteningStrategy.selectRandomUtilitySpace(java.util.List<AbstractUtilitySpace> uspaces,
java.util.List<java.lang.Double> weights) |
Modifier and Type | Method and Description |
---|---|
java.util.List<AbstractUtilitySpace> |
FlattenedUtilitySpace.getUtilitySpaces() |
Modifier and Type | Method and Description |
---|---|
AbstractUtilitySpace |
RandomFlatteningStrategy.selectRandomUtilitySpace(java.util.List<AbstractUtilitySpace> uspaces,
java.util.List<java.lang.Double> weights) |
void |
FlattenedUtilitySpace.setUtilitySpaces(java.util.List<AbstractUtilitySpace> uspaces) |
Constructor and Description |
---|
FlattenedUtilitySpace(java.util.List<AbstractUtilitySpace> uspaces,
Domain dom) |
FlattenedUtilitySpace(java.util.List<AbstractUtilitySpace> uspaces,
Domain dom,
double[] weights)
Automatically normalizes the weights
|
FlattenedUtilitySpace(java.util.List<AbstractUtilitySpace> uspaces,
Domain dom,
double[] weights,
FlatteningStrategy flatteningStrategy) |
FlattenedUtilitySpace(java.util.List<AbstractUtilitySpace> uspaces,
Domain dom,
double[] weights,
java.lang.String flatteningStrategy) |
FlattenedUtilitySpace(java.util.List<AbstractUtilitySpace> uspaces,
Domain dom,
java.lang.String flatteningStrategy) |
Modifier and Type | Class and Description |
---|---|
class |
AdditiveUtilitySpace
The additive utility space couples all objectives to weights and evaluators.
|
class |
AdditiveUtilitySpaceWithPerturbation |
class |
ConstraintUtilitySpace |
class |
NonlinearUtilitySpace
In the non-linear scenarios, the agents no longer have linear utility
functions; instead, they can only sample their utility of a bid through the
getUtility() method.
|