Replies: 1 comment 2 replies
-
|
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone,
I am using the L-BFGS optimizer to solve a forward PDE problem. I am not very familiar with this algorithm, but I wondered what the
maxiterparameter really represents. Indeed, I found some differences between the meaning it has in deepxde source code and in the backends documentations:It seems to me in deepxde
maxiteris used to control the number of iterations typically performed on the data (per batch or per epoch) whereas for the backends, it refers to the number of iterations of the L-BFGS algorithm to perform for one step of the optimization.What do you think ? Thanks in advance for your help !
Beta Was this translation helpful? Give feedback.
All reactions