thing
This commit is contained in:
parent
ef9346c701
commit
0f19bd9e04
@ -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);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user