bankofcanada / ModelBaseEcon.jl

BSD 3-Clause "New" or "Revised" License
26 stars 5 forks source link

Make steady state masks more user friendly #61

Open Nic2020 opened 8 months ago

Nic2020 commented 8 months ago

We should make model.sstate.variable.mask[1] = false work instead of using model.sstate.mask and having to find the correct index.

Also, we should probably rename mask with something more informative like solved or known.

bbejanov commented 2 weeks ago

model.sstate.variable.mask already works - I'm not sure since when, but it's definitely there in the current version (v.0.6.3)

As for renaming mask to something more informative, that'd be nice. Problem is that it requires changes in StateSpaceEcon. It's used a lot in the steady state solver. I'm not sure if it's worth it.