frankhan91 / DeepBSDE

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

Minor issue in config.py related to AllenCahn equation #1

Closed parsiad closed 6 years ago

parsiad commented 6 years ago

I read your DeepBSDE paper on arXiv and am now playing around with your DeepBSDE solver. Great work, and a great idea.

Trying to run the AllenCahn solver out of the box, I noticed that lr_values and lr_boundaries don't match, so you get an error of the form

ValueError: The length of boundaries should be 1 less than the length of values

Just thought I'd post that here in case future users encounter the same problem.

Thanks!

frankhan91 commented 6 years ago

Thanks for your interests in our work and pointing out the bug! Just fixed it :-)