Changes between Version 331 and Version 332 of WikiStart
- Timestamp:
- 07/30/20 10:57:12 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v331 v332 352 352 353 353 == BOA 354 Boa (Bidding, Opponent Model, Acceptance Model) is an attempt to split negotiation into three basic components: modeling the opponent's profile, determining a proper next action and determining when to accept [https://homepages.cwi.nl/~baarslag/pub/Decoupling_Negotiating_Agents_to_Explore_the_Space_of_Negotiation_Strategies_ACAN_2012.pdf ]. The boa module allows parties to be written with this and provides example implementations of the components.354 Boa (Bidding, Opponent Model, Acceptance Model) is an attempt to split negotiation into three basic components: modeling the opponent's profile, determining a proper next action and determining when to accept [https://homepages.cwi.nl/~baarslag/pub/Decoupling_Negotiating_Agents_to_Explore_the_Space_of_Negotiation_Strategies_ACAN_2012.pdf see paper]. The boa module allows parties to be written with this and provides example implementations of the components. 355 355 356 356