OpenSourceEconomics / skillmodels

MIT License
11 stars 5 forks source link

Update to estimagic 0.0.22 and make adjustments. #45

Closed janosg closed 4 years ago

janosg commented 4 years ago

closes #44 closes #33

Why update

Estimagic 0.0.22 has huge performance improvements in the reparametrizations. This lowers the runtime of reparametrize_from_internal from 0.4 seconds or almost 80 % on the CHS example model to 2 miliseconds (less than 2 percent).

Adjustments needed

Further improvements

Speed improvements

Before estimagic update

image

After estimagic update, old parse_params

image

After estimagic update with faster parse_params

image