Function run
Source pub async fn run<V, E, Ax, Ix>(
writers: FileWriters,
runtime: &RuntimeParams,
exec: E,
max_permits: Option<usize>,
) -> Result<()>where
V:
MyFloat +
SampleUniform + 'static,
V::
Sampler:
Sync +
Send,
Open01:
Distribution<V>,
Standard:
Distribution<V>,
StandardNormal:
Distribution<V>,
Exp1:
Distribution<V>,
E:
Executor<V, Ax, Ix> +
Send +
Sync + 'static,
Ax:
AgentExtTrait<V, Exec = E, Ix = Ix> +
Default +
Send + 'static,
Ix:
InstanceExt<V,
SmallRng, E> +
Send + 'static,