Changes between Version 324 and Version 325 of WikiStart
- Timestamp:
- 07/30/20 10:19:18 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v324 v325 516 516 "bs":"geniusweb.boa.biddingstrategy.TimeDependentBiddingStrategy", 517 517 "om":"geniusweb.opponentmodel.FrequencyOpponentModel", 518 }}} 519 520 Each 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", 518 525 "e":0.7, "k":0.3 519 526 }}} 520 527 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 528 So 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. 523 529 524 530