How trial-axis parallelism is realised at codegen time. vmap batches all trials in parallel (fast, peak memory ~n_trials × per-trial working set). lax_map runs them sequentially via jax.lax.map (slower, peak memory bounded by one trial). pmap shards across devices for multi-GPU. auto (default) picks vmap when the estimated batched memory fits, lax_map otherwise.
name: parallel_modedescription: How trial-axis parallelism is realised at codegen time. ``vmap`` batches all trials in parallel (fast, peak memory ~n_trials × per-trial working set). ``lax_map`` runs them sequentially via ``jax.lax.map`` (slower, peak memory bounded by one trial). ``pmap`` shards across devices for multi-GPU. ``auto`` (default) picks ``vmap`` when the estimated batched memory fits, ``lax_map`` otherwise.from_schema: https://w3id.org/tvborank:1000owner: Explorationdomain_of:- Explorationrange: ParallelMode