-
-
Notifications
You must be signed in to change notification settings - Fork 10
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
Fail to obtain True solution. #24
Comments
@tokupooh Thanks. |
Sure. I add Bellman equation in the notebook. We can access my updated notebook by above link. In addition, I recognize some difference between this package and algorithm in Judd(1998), however, this may not be related with this problem. In this package, we check the convergence of polynomial coefficients to stop iteration. Doesn't this matter ? |
|
I'm testing this package by computing optimal growth model with productivity shocks.
However, the result by using
ContinuousDPs.jl
is different from true solution, if I correctly use this package.Model settings and my implimentation is here. In this example, I use PFI but VFI also fails to obtain true solution.
This package may have some bugs in
solve
method.The text was updated successfully, but these errors were encountered: