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

Re-write analytic steady state finder #2

Open
jessegrabowski opened this issue Feb 3, 2023 · 0 comments
Open

Re-write analytic steady state finder #2

jessegrabowski opened this issue Feb 3, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@jessegrabowski
Copy link
Owner

In #1, I greatly simplified the steady-state solver. In doing so, I also removed the heuristic solvers that did "shallow" checks for analytic steady state solutions (e.g. r[ss] from the RBC Euler equation, or A[ss] = 1 from laws of motion of technology). These should be re-added as a part of a more robust system that can:

  • Recursively search for a reduced form steady state in parameters only, with
  • User-defined limits on depth (number of recursions) and compute budget (max time spent on sp.solve), and
  • Write results into a GCN file steady_state block, so it doesn't need to be run multiple times.
@jessegrabowski jessegrabowski added the enhancement New feature or request label Feb 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant