pypomp.PanelPomp.prune

PanelPomp.prune(n: int = 1, refill: bool = True) None

Prune replicates down to the top n by log-likelihood.

Parameters:
  • n (int, optional) – Number of top parameter sets to keep. Defaults to 1.

  • refill (bool, optional) – If True (default), duplicate the top n sets to restore the original number of replicates.