-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
ValueError: LQMarkov
with beta=1
#508
Comments
I tested this same example with different values of beta error after 1000 iterations: 1 51.302186197106494 0.99 0.0022754969468223862 0.98 1.0506482794880867e-07 0.975 7.403286872431636e-10 0.974 2.764863893389702e-10 0.973 1.0368239600211382e-10 0.972 converged in 966 iterations |
* Fix: ValueError `LQMarkov` with beta>0.972 (#508) * add line breaks to comply with pep8 * add docstring for max_iter parameter in LQMarkov * move max_iter to kwarg of stationary_values, fix docstring, and indents for pep8 * edit line break for style consistency
This should be addressed by PR #550 |
Hi @bktaha we are concerned about the nonexistence of stable solution when |
Oh, I assumed that non-convergence for QuantEcon.py/quantecon/tests/test_lqcontrol.py Lines 225 to 229 in ca8fb06
the |
The text was updated successfully, but these errors were encountered: