Print the computation log of a simulation.
If aggregate
is False
(default), print the value of each
computed vector.
If aggregate
is True
, only print the minimum, maximum, and
average value of each computed vector.
This mode is more suited for simulations on a large population.
If max_depth
is None
(default), print the entire computation.
If max_depth
is set, for example to 3
, only print computed
vectors up to a depth of max_depth
.