Tags give the ability to mark specific points in history as being important
-
-
-
csrk-1.1.3
fed393d0 · ·Fixed some more Fortran contiguous array bugs, and minor performance tweak for Kernel::scale_arr
-
csrk-1.1.2
698f42f7 · ·Changed the `Kernel.scale_arr` method to fix a bug where Fortran format arrays were being returned in some circumstances.
-
csrk-1.1.1
c4aa1f3e · ·- Fixed scaling bug where GP and kernel had separate scales, and GP scale was not updated during retraining and then read during mean prediction and other places
-
csrk-1.1.0
0ebf7a08 · ·Created Kernel struct to contain hyperparameters. Allowed for saving and loading of trained GP (except LDL, which is private) Enabled retraining of Gaussian Process with different hyperparameters. Edited construction to force training at construction.
-
csrk-1.0.0
f8458aaa · ·New ndarray update (replaces vecs). Different IO, and some iterator updates.
-
csrk-0.1.1
2982b566 · · -