pypomp.core.pomp.Pomp.merge

static Pomp.merge(*pomp_objs: Pomp) Pomp[source]

Merges multiple Pomp objects into a single instance by combining their parameter replicates and results histories.

All provided Pomp objects must share the same structural components (e.g., state names, parameter names, and model logic). The resulting object will contain the union of all parameter sets and their corresponding estimation results, which is particularly useful for consolidating parallelized simulation or estimation runs.