sbenthall / SHARKFin

Simulating Heterogeneous Agents with Finance
6 stars 5 forks source link

New Market subclass wrapping Lucas Walrasian auctioneer #183

Open sbenthall opened 1 year ago

sbenthall commented 1 year ago

Develop a new Market subclass that builds on or wraps @Mv77 's Walrasian stock auctioneer.

This can then be swapped in for the MockMarket in the test case developed in #182.

The price process should be identical?

@alanlujan91 let's work on this together after #182

Mv77 commented 1 year ago

Not sure what class this is?

The one I developed once upon a time lived in some private repo and never made it to HARK. Is that the one?

Happy to help in any case.

sbenthall commented 1 year ago

I'll be at your RA meeting this afternoon to discuss.

The sharkfin.market classes are part of this repository/project ("the DARPA project"), and currently have no direct connection the the HARK.Economy class.

@llorracc has directed us to integrate something like your code into the SHARKFin model. We can discuss if you'd like to open that code, or if we should use it as a model for a new SHARKFin class, or if you'd prefer to advise on brand new code, etc...