Maximilian Blesch

Results 20 issues of Maximilian Blesch

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`...

Once BHHH is in estimagic, we need to adjust promotional material, to promote full replication of Rust (1987) as well as Su and Judd's MPEC performance comparision.

In the original algorithm, the algorithmic parameters for switching between NK and contractions iterations were changed after each run. This is a next step for ruspy and also the possibility...

Collect examples here of cases, where user functions contradict themself or the model: - [ ] Create warning if there are possible negative resources in valid states - [ ]...

We need to test for model which have highly period dependent state spaces. Our tests so far don't capture that

So far we hard-code some parameters in the fast upper envelope. The number of final grid points is also used on several other places for the final shape of the...

Have several check on options. There are only limited keys allowed, otherwise there should be an error. We can also use the inspect state space function to print out the...

Make solve function as well as inspect state space function easy to import, i.e. from dcegm import solve