pints
pints copied to clipboard
Probabilistic Inference on Noisy Time Series
To display results on a grid, instead of a single column
E.g. use callback to get sigma and plot ellipses moving over time
Closes #1410
I (we?) always assumed that using the same stopping criteria for each method was the "fair" way to compare optimisers, but e.g. Gary sees them as part of the method,...
These functions are currently quite unwieldy -- long and hard to follow in places. As such, Better Code Hub identifies these are areas we should refactor. It wouldn't take much...
Similar to storing chains in MCMCController
`super(CMAES, self).__init__(x0, sigma0, boundaries)` becomes `super().__init__(x0, sigma0, boundaries)`
We can finally use the default one (Python 3.2+): https://docs.python.org/3/library/tempfile.html#tempfile.TemporaryDirectory