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

Refactor Solver base class #19

Open davidrpugh opened 9 years ago

davidrpugh commented 9 years ago

Solver base class needs to require methods for interpolation. For OrthogonalCollocation these methods will be trivial. For ShootingSolver this will require implementing B-spline interpolation. This work is currently spread across two branches of the code add-collocation-solver and add-bspline-residual.

davidrpugh commented 9 years ago

I think that the first thing to do is finish work on add-bspline-residual and then merge to master, then rebase/merge master into add-collocation-solver and then eventually merge add-collocation-solver back into master. Uggh...