Skip to content

Release v0.2.0

Compare
Choose a tag to compare
@islerfab islerfab released this 23 Sep 14:44
· 4 commits to master since this release

Improvements

  • Implementation of the Machine Learning-powered Iterative Combinatorial Auctions with Interval Bidding (iMLCA, https://doi.org/10.1145/3465456.3467535)
  • Added a generic ValueFunction (i.e a function that can be asked for for the value for a certain bundle) which allows easy transformation and replacement of any bidders’ ValueFunction.
  • Cleanup of interfaces

Note: This release touches much of the existing code base and is not backward-compatible.