More things, more tests
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
use crate::{gaussian::Gaussian, player::Player, N_INF};
|
||||
|
||||
#[derive(Debug)]
|
||||
pub(crate) struct Agent {
|
||||
pub(crate) player: Player,
|
||||
pub(crate) message: Gaussian,
|
||||
|
||||
Reference in New Issue
Block a user