SciML / NeuralPDE.jl

Physics-Informed Neural Networks (PINN) Solvers of (Partial) Differential Equations for Scientific Machine Learning (SciML) accelerated simulation
https://docs.sciml.ai/NeuralPDE/stable/
Other
973 stars 195 forks source link

refactor: use latest API for IntegralProblem #822

Closed sathvikbhagavan closed 6 months ago

sathvikbhagavan commented 7 months ago

Unhandled depwarn with IntegralProblem was causing slowdowns in CI like https://github.com/SciML/NeuralPDE.jl/actions/runs/8130261978/job/22218293194#step:6:836:

Refactoring it to use the latest API.

Also, update deprecated things from Optimization