Changes between Version 333 and Version 334 of WikiStart


Ignore:
Timestamp:
07/30/20 11:05:09 (4 years ago)
Author:
wouter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v333 v334  
    742742}}}
    743743
    744 
    745744So 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.
    746745
    747 
     746=== Custom BOA Component
     747To 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]
    748748
    749749