ScalABM / auctions

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

Now passing individual contracts to the settlement actor. #119

Closed davidrpugh closed 6 years ago

davidrpugh commented 6 years ago

Instead of passing a Stream of contracts to the settlement actor, I am now passing contracts one at a time. This involves eager evaluation of the Stream of contracts.