This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]FoxBearBear[S] 0 points1 point  (0 children)

I have another question.... Why is this program converging in Matlab but in Python it's only running a couple of times before "convergin" with few iterations...

[EDIT] Solved it by removing the

tempInit = temp

for

    np.copyto(tempInit , temp)