Interface | Description |
---|---|
Mediator |
Base class for all mediator parties.
|
NegotiationParty |
Base interface for Negotiation parties.
|
Class | Description |
---|---|
AbstractNegotiationParty |
A basic implementation of the
NegotiationParty interface. |
AbstractTimeDependentNegotiationParty |
Boulware/Conceder tactics, by Tim Baarslag, adapted from [1].
|
AcceptingNegotiationParty |
Most basic voting agent implementation I could think of: this agent accepts
any offer.
|
Annealer |
Implementation of a party that uses simulated annealing strategy to get to an
agreement.
|
AnnealerParty | |
BoulwareNegotiationParty | |
ConcederNegotiationParty | |
ConsensusVotingHumanAgent | |
CounterOfferHumanNegotiationParty | |
EnumeratorParty |
Debug class for enumerating all offers to a file
|
FeedbackHillClimber |
Hill climber implementation for the mediator protocol with feedback.
|
FeedbackMediator |
Implementation of a mediator that uses feedback to make a (partial)
preference graph of the participating parties offers.
|
FeedbackParty | |
FeedbackPartyWrtLastAcceptedBid | |
HillClimber |
Implementation of a party that uses hill climbing strategy to get to an
agreement.
|
HillClimberParty | |
MediatorHumanNegotiationParty |
modified version of W.Pasman's modified version of Dmytro's UIAgent
|
NegotiationEndingParty |
Most basic voting agent implementation I could think of: this agent accepts
any offer.
|
NegotiationPartyInternal |
Only for use in the core.
|
NonDeterministicConcederNegotiationParty | |
PureRandomFlipplingMediator | |
RandomCounterOfferNegotiationParty |
Basic voting implementation: this agent accepts and rejects offers with a 50%
chance.
|
RandomFiftyFiftyNegotiationParty |
Basic voting implementation: this agent accepts and rejects offers with a 50%
chance.
|
RandomFlippingMediator |
Mediator that randomly flips one issue of the current offer to generate a new
offer.
|
RandomFlipplingMediator | |
SmartMediatorBothFeedbackVote | |
SmartMediatorBothFeedbackVoteVersion1 | |
SmartMediatorOnlyFeedback | |
SmartMediatorOnlyFeedbackWrtLastAcceptedBid | |
TimeoutNegotiationParty |
Most basic voting agent implementation I could think of: this agent accepts
any offer.
|
TracerParty | |
UINegotiationParty | |
ZeroIntelligenceMediator |