pypomp.core.rw_sigma.RWSigma.cool¶ RWSigma.cool(factor: float) → None[source]¶ Reduces all sigmas by multiplying them by the specified factor in place. Parameters: factor (float) – Value by which to multiply each sigma. Returns: None