Changes between Version 335 and Version 336 of WikiStart
- Timestamp:
- 07/30/20 11:07:45 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v335 v336 745 745 746 746 === Custom BOA Component 747 To write a custom BOA component, just implement the interface of AcceptanceStrategy, BiddingStrategy or OpponentModel. Examples are available in [source: geniusweb/boa/acceptancestrategy] and [source:geniusweb/boa/biddingstrategy] and [source:opponentmodel/src/main/java/geniusweb/opponentmodel]747 To write a custom BOA component, just implement the interface of AcceptanceStrategy, BiddingStrategy or OpponentModel. Examples are available in [source:boa/src/main/java/geniusweb/boa/acceptancestrategy] [source:boa/src/main/java/geniusweb/boa/biddingstrategy] and [source:opponentmodel/src/main/java/geniusweb/opponentmodel] 748 748 749 749