1. 14 5月, 2012 4 次提交
    • Razvan Pascanu's avatar
      R-op for random numbers in sandbox · b32a5e72
      Razvan Pascanu 提交于
      b32a5e72
    • Razvan Pascanu's avatar
      fix for random states · 7b5838d7
      Razvan Pascanu 提交于
      we should have as initial value for some parameter 0, unless it
      is a random state, case in which is not differentiable and should
      be None
      7b5838d7
    • Razvan Pascanu's avatar
      c37e8c25
    • Razvan Pascanu's avatar
      fix for computing Rop wrt to shared variables in a scan · 001185db
      Razvan Pascanu 提交于
      Issue : scan used to compute something, that I thought was the R-op with
      respect to shared variables with updates of the inner function. After
      more reflection, I think those numbers I'm computing have no meaning ..
      
      Unless the user asks explicitly for the R_op with respect to some value
      that is a shared variable, this would not affect anything (just some extra
      computations). The reason I removed them is not only the possible
      meaningless of these numbers, but also the fact that R_op methods are not
      defined for random number sampling function, which would appear as
      shared variable. So you would get that you can not compute the R-op because
      some function is not defined for that op, even though that is only to
      compute some values you don't care and which might not have any meaning.
      
      I have no idea exactly how to test this, since is not a bug per-se is more
      of a semanting error in my understanding of what the R-op is suppose to do.
      001185db
  2. 11 5月, 2012 10 次提交
  3. 10 5月, 2012 11 次提交
  4. 08 5月, 2012 3 次提交
  5. 07 5月, 2012 1 次提交
  6. 06 5月, 2012 9 次提交
  7. 04 5月, 2012 1 次提交
  8. 03 5月, 2012 1 次提交