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

Possibility to use custom function in differential equation #21

Closed AlexanderFreeman closed 4 years ago

AlexanderFreeman commented 4 years ago

Hello! Is there any possibility to use custom function, e.g. scipy.interpolate or any function from my own .py file in differential equation? It would be very useful