Modifier and Type | Method and Description |
---|---|
static void |
DomainGenerator.findDomain(Domain domain,
AdditiveUtilitySpace spaceA,
AdditiveUtilitySpace spaceB,
java.lang.String logToDirA,
java.lang.String logToDirB,
Range opp,
Range dist,
boolean biasForHighOpp,
boolean varyBoth)
Method which keeps generating new domains until a domain satisfying the bounds
on the opposition and bid distribution is found.
|
Modifier and Type | Field and Description |
---|---|
protected Domain |
BidIterator.fDomain |
Constructor and Description |
---|
Bid(Domain domain)
Create a new empty bid of which the values still must be set.
|
Bid(Domain domainP,
java.util.HashMap<java.lang.Integer,Value> bidP)
createFrom a new bid in a domain.
|
BidIterator(Domain pDomain)
Creates an iterator for the given outcomespace (domain).
|
LinearBidIterator(Domain domain,
AdditiveUtilitySpace space,
double maxUtil,
double minUtil) |
Modifier and Type | Field and Description |
---|---|
protected Domain |
NegotiationSession.domain
Reference to the negotiation domain.
|
Modifier and Type | Method and Description |
---|---|
Domain |
NegotiationSession.getDomain()
Returns the negotiation domain.
|
Modifier and Type | Method and Description |
---|---|
Bid |
OpponentBidHistory.ChooseBid(java.util.List<Bid> candidateBids,
Domain domain) |
void |
OpponentBidHistory.initializeDataStructures(Domain domain)
initialization
|
void |
OpponentBidHistory.updateOpponentModel(Bid bidToUpdate,
Domain domain,
AdditiveUtilitySpace utilitySpace)
This function updates the opponent's Model by calling the
updateStatistics method
|
Constructor and Description |
---|
DiscreteIssueProcessor(AdditiveUtilitySpace u,
Domain d)
Creates a DiscreteIssueProcessor for a domain, given a certain utility.
|
DiscreteIssueProcessor(Domain d)
Creates a DiscreteIssueProcessor for a domain.
|
Constructor and Description |
---|
UtilitySpaceAdapter(OpponentModel opponentModel,
Domain domain) |
Modifier and Type | Method and Description |
---|---|
double |
AgentLGSAS.getUtilityOfOpponentsBid(Domain domain,
Bid bid) |
Modifier and Type | Method and Description |
---|---|
Domain |
NegotiatorTreeTableModel.getDomain() |
Modifier and Type | Method and Description |
---|---|
void |
TreeFrame.clearTreeTable(Domain domain,
AdditiveUtilitySpace utilitySpace) |
Constructor and Description |
---|
NegotiatorTreeTableModel(Domain domain) |
NegotiatorTreeTableModel(Domain domain,
AdditiveUtilitySpace utilitySpace) |
TreeFrame(Domain domain,
AdditiveUtilitySpace utilitySpace) |
TreeFrame(Domain domain,
boolean hasNoProfiles) |
Modifier and Type | Field and Description |
---|---|
protected Domain |
Protocol.domain
--
|
Modifier and Type | Method and Description |
---|---|
Domain |
Protocol.getDomain() |
Modifier and Type | Method and Description |
---|---|
Domain |
AlternatingOffersProtocol.getDomain() |
Modifier and Type | Method and Description |
---|---|
Domain |
Repository.getDomain(DomainRepItem domainRepItem) |
Domain |
Repository.getDomain(java.lang.String file) |
Modifier and Type | Method and Description |
---|---|
boolean |
Repository.existUtilitySpace(Domain domain,
ProfileRepItem profile) |
AbstractUtilitySpace |
Repository.getUtilitySpace(Domain domain,
ProfileRepItem profile) |
AbstractUtilitySpace |
Repository.getUtilitySpace(Domain domain,
java.lang.String file) |
Modifier and Type | Method and Description |
---|---|
static NegotiationPartyInternal |
TournamentGenerator.createFrom(PartyRepItem partyRepItem,
Domain domain,
UTILITYSPACETYPE type,
Session session)
Creates a new Party from repository items
|
Modifier and Type | Method and Description |
---|---|
Domain |
UtilitySpace.getDomain() |
Domain |
AbstractUtilitySpace.getDomain() |
Modifier and Type | Method and Description |
---|---|
void |
UtilitySpaceTools.checkReadyForNegotiation(Domain dom)
Check if this utility space is ready for negotiation.
|
void |
AbstractUtilitySpace.checkReadyForNegotiation(Domain dom)
Check if this utility space is ready for negotiation.
|
Constructor and Description |
---|
AbstractUtilitySpace(Domain dom)
sets domain and tries to load the file into XML root.
|
AdditiveUtilitySpace(Domain domain)
Creates a new utilityspace of the given domain.
|
AdditiveUtilitySpace(Domain domain,
java.util.Map<Objective,Evaluator> fEvaluators) |
AdditiveUtilitySpace(Domain domain,
java.lang.String fileName)
Create new default util space for a given domain.
|
ConstraintUtilitySpace(Domain domain) |
ConstraintUtilitySpace(Domain domain,
java.lang.String fileName) |
NonlinearUtilitySpace(Domain domain) |
NonlinearUtilitySpace(Domain domain,
java.lang.String fileName) |
Constructor and Description |
---|
BetterFOM(Domain domain,
double n) |
FrequencyOpponentModel(Domain domain,
double n)
Constructs a model for a single opponent.
|
Constructor and Description |
---|
Group4OpponentModel(Domain domain) |
Constructor and Description |
---|
OpponentModel(Domain domain,
Bid bid)
Constructs an new OpponentModel based on the first bid.
|