ScalABM / agora

A sandbox for building and testing scalable implementations of various market micro-structures.
Apache License 2.0
5 stars 3 forks source link

Started a rough draft for multiple market clearing... #250

Open davidrpugh opened 7 years ago

davidrpugh commented 7 years ago

...this PR is the focal point for discussions surround a simultaneous multi-auction clearing mechanism. Basic idea is that individual agents report their excess demand functions to the auction; auction aggregates theses excess demand functions to create an aggregate excess demand function. The auction clearing price vector is then found by treating the aggregate excess demand function as a residual function in a non-linear, least-squares optimization problem.