Closed parsiad closed 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
lr_values
lr_boundaries
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!
Thanks for your interests in our work and pointing out the bug! Just fixed it :-)
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
andlr_boundaries
don't match, so you get an error of the formJust thought I'd post that here in case future users encounter the same problem.
Thanks!