Changes between Version 319 and Version 320 of WikiStart
- Timestamp:
- 07/29/20 14:59:47 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v319 v320 699 699 The internal state information of DefaultBoa is stored in the BoaState. This allows efficient sharing of these internals with the major components of a Boa party. 700 700 701 A DefaultBoa uses three major components: the OpponentModel, the BiddingStrategy and the AcceptanceStrategy. OpponentModel has been discussed already (see [ wiki:OpponentModel].701 A DefaultBoa uses three major components: the OpponentModel, the BiddingStrategy and the AcceptanceStrategy. OpponentModel has been discussed already (see [#OpponentModel]). 702 702 703 703 These components may be configurable through the parameters. Currently they just share the parameters with the DefaultBoa party. This means that the names of your parameters should avoid names already in use.