linpde-gp
linpde-gp copied to clipboard
Code for the Paper "Physics-Informed Gaussian Process Regression Generalizes Linear PDE Solvers"
Results
1
linpde-gp issues
Sort by
recently updated
recently updated
newest added
# In a nutshell Allows switching out Cholesky with other solvers, e.g. CG or IterGP. # In more detail - Extract GP inference into classes `GPSolver` and `ConcreteGPSolver` - Add...