Changes between Version 324 and Version 325 of WikiStart


Ignore:
Timestamp:
07/30/20 10:19:18 (4 years ago)
Author:
wouter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v324 v325  
    516516"bs":"geniusweb.boa.biddingstrategy.TimeDependentBiddingStrategy",
    517517"om":"geniusweb.opponentmodel.FrequencyOpponentModel",
     518}}}
     519
     520Each of the components can also be parameterized. You just add their parameters to the list. In this example, the strategies both have parameters k and e and you just add them to the list:
     521{{{
     522"as":"geniusweb.boa.acceptancestrategy.TimeDependentAcceptanceStrategy",
     523"bs":"geniusweb.boa.biddingstrategy.TimeDependentBiddingStrategy",
     524"om":"geniusweb.opponentmodel.FrequencyOpponentModel",
    518525"e":0.7, "k":0.3
    519526}}}
    520527
    521 Each of the components can also be parameterized. You just add their parameters to the list. All parameters are forwarded to all components, these components will figure out themselves which of the provided ones are relevant for them. See the section [#WritingaBoaParty] below for more details on the components.
    522 
     528So aAll parameters are forwarded to all components, these components will figure out themselves which of the provided ones are relevant for them. See the section [#WritingaBoaParty] below for more details on the components.
    523529
    524530