Make models cloneable

This commit is contained in:
2022-06-07 10:53:11 +02:00
parent 5a54d460c9
commit 174065bcf1
19 changed files with 87 additions and 14 deletions

View File

@@ -2,6 +2,7 @@ use ndarray::prelude::*;
use super::Kernel;
#[derive(Clone, Copy)]
pub struct Exponential {
var: f64,
l_scale: f64,