concat#

cogsworth.pop.concat(*pops)[source]#

Concatenate multiple populations into a single population

Note

The final population will have the same settings as the first population in the list (but data from all populations)

Parameters:
popslist of Population or EvolvedPopulation

List of populations to concatenate

Returns:
total_popPopulation or EvolvedPopulation

The concatenated population