Advertisement
Guest User

Untitled

a guest
Nov 24th, 2016
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.26 KB | None | 0 0
  1.     if temp_grad == Fr_g[0]:
  2.         kou += 1
  3.         print(Elem_list[kou])
  4.     else:
  5.         temp_grad = Fr_g[0]
  6.         print(Elem_list[kou])
  7.     test = gradientDescent(Elems.get(Elem_list[kou]), Fr_g[0], 0.00001, 0.0001)
  8.     Elems[Elem_list[kou]] = test
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement