Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is t_age a state? #983

Closed
sbenthall opened this issue Mar 15, 2021 · 2 comments
Closed

Is t_age a state? #983

sbenthall opened this issue Mar 15, 2021 · 2 comments
Milestone

Comments

@sbenthall
Copy link
Contributor

I'm working on updating the old cstwMPC code and it does something that's for me unexpected.
It tries to pull in the agent's t_age data into the Market class as a reap_var.

We've been separating out different kinds of 'model variables' -- states, controls, shocks -- into separate namespaces.

But variables like t_age and t_cycle, which are more about the 'population model' than the structural equations model defined under the SDP framework, have remained part of the core machinery without this treatment.

I can hack around this for the cstwMPC update, but I think it raises an interesting question about how to deal with t_age moving forward.

See related tickets: #95 #669 #837 #847

@sbenthall sbenthall added this to the 1.0.0 milestone Mar 15, 2021
@mnwhite
Copy link
Contributor

mnwhite commented Mar 15, 2021 via email

@mnwhite
Copy link
Contributor

mnwhite commented Jul 10, 2024

Closing this issue for being stale and not really something to resolve. HARK 1.0 will have a different age-tracking structure anyway.

@mnwhite mnwhite closed this as completed Jul 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

No branches or pull requests

2 participants