forked from SMTorg/smt
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Class based kernels for kriging (SMTorg#622)
* Begin writing hessian, unfinished, untested * Write derivatives, untested * Writes spatial derivatives, untested * Little modification * Solving bug in hessian in progress * Working on hessian * Fix hessian * Bug fixing for spatial derivative * Debugging of test prediction in progress * New file for extended kernel definition * Commit for debugging of spatial derivatives * Clean comments and print + ruff * Fix bug in order of test * Begin writing hessian, unfinished, untested * Write derivatives, untested * Writes spatial derivatives, untested * Little modification * Solving bug in hessian in progress * Working on hessian * Fix hessian * Bug fixing for spatial derivative * Debugging of test prediction in progress * New file for extended kernel definition * Commit for debugging of spatial derivatives * Clean comments and print + ruff * Fix bug in order of test * Remove kernel file * Typo * Readd kernel file * New test for squar_sin_exp new definition of a problem for squar_sin_exp, as the previous one was modeled by a constant line in one direction, creating a division by zero in the computation of the relative error. Also, a new computation for the error on the derivative of the variance is introduced, in order to account for when value can be so close to zero that the relative difference doesn't make much sense anymore. * First link between kernel and kriging * first complete lock * Interfacing of smt with kernels To do : finish cleaning, modify test_krg_training to test the actual kernels, remove kernels from utils.kriging * Bug fix in tests * Last commit before cleaning * Cleaning of comments * Apply ruff * Last removal of comments
- Loading branch information
1 parent
1439cd7
commit a7fb9fe
Showing
8 changed files
with
598 additions
and
842 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.