This commit is contained in:
Simon Gardling
2021-03-31 13:04:35 -04:00
parent a0af942255
commit d6d1e00b35
5 changed files with 56 additions and 59 deletions

View File

@@ -5,8 +5,8 @@ fn main() {
let n_iterations = 2048;
// Size of grid and pictures
// let (width, height) = (256, 256);
let (width, height) = (1024, 1024);
let (width, height) = (256, 256);
// let (width, height) = (1024, 1024);
// # of agents
let n_particles = 1 << 20;