analysiscenter / pydens

PyDEns is a framework for solving Ordinary and Partial Differential Equations (ODEs & PDEs) using neural networks
Apache License 2.0
283 stars 65 forks source link

Plotting problem #46

Closed babycamel closed 2 years ago

babycamel commented 2 years ago

pyDens not plotting after running solver.fit() on both Jupyter notebook and google colaboratory. Using the first example from Github solver.fit() seems to run fine but I was expecting a plot of the results to appear. What am i missing?

babycamel commented 2 years ago

Fixed it, it appears plotting routines have to be written separately and you need to use solver.predict() to link solver to the plots.