pints icon indicating copy to clipboard operation
pints copied to clipboard

Probabilistic Inference on Noisy Time Series

Results 200 pints issues
Sort by recently updated
recently updated
newest added

To display results on a grid, instead of a single column

E.g. use callback to get sigma and plot ellipses moving over time

documentation

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...

code and design

`super(CMAES, self).__init__(x0, sigma0, boundaries)` becomes `super().__init__(x0, sigma0, boundaries)`

code and design

We can finally use the default one (Python 3.2+): https://docs.python.org/3/library/tempfile.html#tempfile.TemporaryDirectory

code and design