More things, more tests

This commit is contained in:
2022-06-20 23:56:35 +02:00
parent 0efb0312da
commit 0a35645091
4 changed files with 195 additions and 4 deletions

View File

@@ -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,