Working on History struct. First test is passing.
This commit is contained in:
@@ -2,7 +2,7 @@ use std::fmt;
|
||||
|
||||
use crate::{Gaussian, BETA, GAMMA, N_INF};
|
||||
|
||||
#[derive(Debug)]
|
||||
#[derive(Clone, Copy, Debug)]
|
||||
pub struct Player {
|
||||
pub prior: Gaussian,
|
||||
pub beta: f64,
|
||||
|
||||
Reference in New Issue
Block a user