Changes between Version 333 and Version 334 of WikiStart
- Timestamp:
- 07/30/20 11:05:09 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v333 v334 742 742 }}} 743 743 744 745 744 So basically you just implement the functions that provide the opponent model, bidding strategy and acceptance strategy into the DefaultBoa party. Your jar file has to be prepared identically as with a normal party. 746 745 747 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 [soruce:opponentmodel/src/main/java/geniusweb/opponentmodel] 748 748 749 749