This commit is contained in:
Simon Gardling 2021-03-29 15:46:07 +00:00
parent ef9346c701
commit 0f19bd9e04

View File

@ -1,9 +1,8 @@
use indicatif::{ProgressBar, ProgressStyle};
use physarum::model; use physarum::model;
fn main() { fn main() {
// # of iterations to go through // # of iterations to go through
let n_iterations = 1024; let n_iterations = 512;
// Size of grid and pictures // Size of grid and pictures
let (width, height) = (256, 256); let (width, height) = (256, 256);