Changes between Version 354 and Version 355 of WikiStart
- Timestamp:
- 09/22/20 13:13:39 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v354 v355 297 297 ||ElicitComparison||The party informs that it would like to hear a Comparison|| 298 298 ||EndNegotiation||The party informs that it is done negotiating and leaves immediately. Possibly without a deal if there was no deal yet for this party. || 299 ||Votes||The party informs that it gives specific votes to bids. A vote is a conditional accept, it contains a Bid but an additional 'minPower' indicating the minimum power that a deal must have||299 ||Votes||The party informs that it gives specific votes to bids. A vote is a conditional accept, it contains a Bid but an additional 'minPower' indicating the minimum power and maximum power that a deal must have.|| 300 300 301 301 Again, the details of how to use the actions is determined by the protocol. For instance some protocols may accept an Accept with a bid that was not previously made, while other protocols may prohibit such an action. … … 589 589 590 590 ||= Party =||= Protocol =||= Utility space types =||= Parameters =|| 591 ||RandomParty||SAOP, AMOP, MOPAC||PartialOrdering||minPower, default 1||591 ||RandomParty||SAOP, AMOP, MOPAC||PartialOrdering||minPower, default 2, maxPower, default infinity|| 592 592 ||RandomPyParty||SAOP||PartialOrdering||-|| 593 593 ||TimeDependentParty||SAOP||LinearAdditive||e, default 1.2|| … … 603 603 ||Boa||SAOP||LinearAdditive||"as":class.of.AcceptanceStrategy, "bs":class.of.BiddingStrategy, "om":"class.of.OpponentModel plus model-specific parameters|| 604 604 ||SimpleBoa||SAOP||LinearAdditive||-|| 605 606 Some parameters are shared with the protocol and thus protocol-dependent. Check the parameters for the protocol that you use. 605 607 606 608 == HumanGUI party