source

SimConfig

 SimConfig (n_chr:int, ploidy:int, max_pop_size:int, n_loci_per_chr:int,
            n_generations:int, n_select:int, population_size:int,
            retention_generations:int=1)

*Static configuration for the simulation.

These values are known at compile time and are used to define the shapes of the JAX arrays. Pass this as a static arg to JIT’d functions.*