Added builder for History, and start migrating test to use builder instead.
This commit is contained in:
@@ -4,8 +4,8 @@ use crate::{MU, N_INF, SIGMA};
|
||||
|
||||
#[derive(Clone, Copy, PartialEq, Debug)]
|
||||
pub struct Gaussian {
|
||||
pub(crate) mu: f64,
|
||||
pub(crate) sigma: f64,
|
||||
pub mu: f64,
|
||||
pub sigma: f64,
|
||||
}
|
||||
|
||||
impl Gaussian {
|
||||
|
||||
Reference in New Issue
Block a user