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

steady state presolver block #31

Open
ikarib opened this issue Feb 16, 2023 · 1 comment
Open

steady state presolver block #31

ikarib opened this issue Feb 16, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@ikarib
Copy link

ikarib commented Feb 16, 2023

A few suggestions on presolver block:

  1. allow specifying steady state constraints in one block:
@steadystate model begin
    K = 47.63
    N = ((1-α)*K^α)^(1/(α+γ))
end
  1. direct assignments should not run solve1d with bisection algorithm
  2. break up blocks of steady state equations in large models using MATLAB's dmperm equivalent (see IRIS implementation)
@bbejanov bbejanov added the enhancement New feature or request label Feb 16, 2023
@bbejanov bbejanov self-assigned this Feb 16, 2023
@bbejanov
Copy link
Member

Thanks for the suggestions!

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

2 participants