Changes between Version 375 and Version 376 of WikiStart
- Timestamp:
- 01/28/21 12:52:21 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v375 v376 426 426 == BOA 427 427 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. 428 429 WARNING: The current design of BOA Components makes it possible to create circular dependencies between the components. This will result in a deadlock of parties using that component. Currently the plan is that the component interface will be changed in the future to prevent this. 428 430 429 431