This commit is contained in:
Simon Gardling
2021-03-31 10:13:06 -04:00
parent f76c9f7401
commit bec6340607
6 changed files with 36 additions and 45 deletions

View File

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