[Lecture 14] Fixed-point iteration algorithm #488
Unanswered
zunnurawan
asked this question in
Q&A
Replies: 1 comment
-
Sorry for the late response. You are right. x4 in iteration 3 should be ZP, not a bot. Thanks for catching that slide error |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
이름 Your Name
Zunnoor Awan
질문 Question
On slide 10 of lecture 14, we have an iterative algorithm to get a fixed-point.
In the given example, we have a function F that is applied to a vector of incoming states (x0, x1, x2, x3, x4) and returns a vector of the updated states. Moreover, x2 and x4 in this example are both dependent only on x1.
In iteration 2, x1 becomes ⊤. If I understand this algorithm correctly, both x2 and x4 should "see" the same value of x1 in any given iteration, and therefore updates of x2 and x4 should be simultaneous - therefore in iteration 3, both x2 and x4 should update based on the new value of x1. However, the slide shows only x2 getting updated in iteration 3, while x4 gets updated in iteration 4. Could you please help me understand why this is so?

Thank you.
번역본 Translated Version
No response
Beta Was this translation helpful? Give feedback.
All reactions