ScalABM / auctions

A functional API for auction simulations
Apache License 2.0
13 stars 1 forks source link

Added some addition classes for specific auction mechanisms... #80

Closed davidrpugh closed 7 years ago

davidrpugh commented 7 years ago

…in order to improve usability of the Java API.

davidrpugh commented 7 years ago

@bherd-rb I have gone ahead and created 8 additional wrapping classes for specific auction implementations. I will also create some kind of documentation mapping, for example, the JSealedBidAuction with AskQuotePricingPolicy to JFirstPriceSealedBidAuction. I should do something similar on the Scala side as well I suppose. Let me know what you think...