davidrpugh / assortative-matching-large-firms

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

Refactored solvers to introduce a base class. #22

Closed davidrpugh closed 9 years ago

davidrpugh commented 9 years ago

@crisla

I have created a base class for the various kinds of solvers and then sub-classed the shooting solver off of it. Take a look and let me know what you think. If you are happy go ahead and complete the merge.