pypomp.Pomp.prune¶
- Pomp.prune(n: int = 1, refill: bool = True) None¶
Keep the top
nparameter sets by log-likelihood.Discards poorly performing starting points after an estimation run, focusing subsequent work on the most promising candidates. If
refillisTrue, the surviving sets are duplicated to restore the original number of replicates.