Photon-AI-Research / NeuralSolvers

Neural network based solvers for partial differential equations and inverse problems :milky_way:. Implementation of physics-informed neural networks in pytorch.
MIT License
141 stars 46 forks source link

Get rid of the input and output dimension in the PINN constructor #65

Open StillerPatrick opened 2 years ago

StillerPatrick commented 2 years ago

It's not needed. Control structures in the constructor just blow up the code base.