Changes between Version 318 and Version 319 of WikiStart
- Timestamp:
- 07/29/20 14:58:07 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v318 v319 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. 701 A DefaultBoa uses three major components: the OpponentModel, the BiddingStrategy and the AcceptanceStrategy. OpponentModel has been discussed already (see [wiki: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. 704 704 705 == =Bidding Strategy705 == Bidding Strategy 706 706 A Bidding Strategy determines what action to take in which state, through this interface function 707 707 {{{ … … 713 713 ||TimeDependentBiddingStrategy||Bids according to an exponentially decreasing utility target. See javadoc for details. ||e,k,min,max. See javadoc for details.|| 714 714 715 == =Acceptance Strategy715 == Acceptance Strategy 716 716 A Acceptance Strategy determines what action to take in which state, through this interface function 717 717 {{{