OpenSourceEconomics / ruspy

Python package for the simulation and estimation of a prototypical infinite-horizon dynamic discrete choice model based on Rust (1987)
http://ruspy.readthedocs.io
MIT License
22 stars 8 forks source link

Seperate Model and estimation #60

Closed MaxBlesch closed 1 year ago

MaxBlesch commented 3 years ago

We want to separate model and estimation code, to make ruspy more adaptive to different estimation packages. This means we want to eliminate all calls of optimize functions like estimagic.minimize for the NFXP and ipopt and nlopt for the MPEC in the estimation code.

ToDo:

MaxBlesch commented 1 year ago

Closed with #64.