davidrpugh / assortative-matching-large-firms

Code for solving Eeckhout and Kircher model of assortative matching between heterogenous firms and workers.
MIT License
2 stars 8 forks source link

Refactor model to make use of pyCollocation base classes #27

Closed davidrpugh closed 9 years ago

davidrpugh commented 9 years ago

This involves (at least) the following:

[ ] Rewrite model classes so that they interface with pycollocation.SymbolicBoundaryValueProblem [ ] Inherit from pycollocation.Visualizer to create a custom visualization class for model objects

davidrpugh commented 9 years ago

@crisla @Falter89

I have created a pip installable package called pyam for solving our model using the solvers in pycollocation. It is still quite experimental, but it should be useful for you both (I hope). Source code is in a public repo.

You will need to get the latest version of pycollocation first before installing pyam...

$ pip install --upgrade pycollocation
$ pip install pyam

Should do the trick. My medium range (i.e., within the next two weeks) plan is to move all of the code for solving the model, including the shooting solver out of this repo and into the pyam package. We can still use this repo for data estimation code.

davidrpugh commented 9 years ago

This issue is redundant following the release of pyam.