Changes between Version 318 and Version 319 of WikiStart


Ignore:
Timestamp:
07/29/20 14:58:07 (4 years ago)
Author:
wouter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v318 v319  
    699699The 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.
    700700
    701 A DefaultBoa uses three major components: the OpponentModel, the BiddingStrategy and the AcceptanceStrategy.
     701A DefaultBoa uses three major components: the OpponentModel, the BiddingStrategy and the AcceptanceStrategy. OpponentModel has been discussed already (see [wiki:OpponentModel].
    702702
    703703These 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.
    704704
    705 === Bidding Strategy
     705== Bidding Strategy
    706706A Bidding Strategy determines what action to take in which state, through this interface function
    707707{{{
     
    713713||TimeDependentBiddingStrategy||Bids according to an exponentially decreasing utility target. See javadoc for details. ||e,k,min,max. See javadoc for details.||
    714714
    715 === Acceptance Strategy
     715== Acceptance Strategy
    716716A Acceptance Strategy determines what action to take in which state, through this interface function
    717717{{{