Interface | Description |
---|---|
NegotiationParty |
Represents a Party or Agent used in negotiation.
|
Class | Description |
---|---|
AbstractNegotiationParty |
A basic implementation of the
NegotiationParty interface. |
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.
|
ConcederNegotiationParty | |
ConsensusVotingHumanAgent | |
CounterOfferHumanNegotiationParty | |
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.
|
HillClimber |
Implementation of a party that uses hill climbing strategy to get to an agreement.
|
Mediator |
Base class for all mediator parties.
|
MediatorHumanNegotiationParty |
modified version of W.Pasman's modified version of Dmytro's UIAgent
|
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.
|
UINegotiationParty |