frankhan91 / DeepBSDE

Deep BSDE solver in TensorFlow
MIT License
257 stars 128 forks source link

I just want to make sure it is a typo #3

Closed HyeontaeJo closed 5 years ago

HyeontaeJo commented 5 years ago

Hi, I am reading your paper, it is very interesting for me!

Anyway, I have one question in your python script.

https://github.com/frankhan91/DeepBSDE/blob/9d4e3329613d7a2a1f389a0d4cc652e1c4606b86/equation.py#L69

is it wrong "for i in range(self._num_time_interval):" instaed of "for i in xrange(self._num_time_interval):"

Thanks!

HyeontaeJo commented 5 years ago

Sorry, It just happend because of the python version