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

As part of #1502 I'm wondering what to do about the names of the stopping criteria based on a minimum change per iteration At the moment we have `set_max_unchanged_iterations`, which...

Many implemented optimisers provide stopping criteria based on the difference between the last two parameter sets (`abs(x[i] - x[i - 1]`) or the last two function evaluations (`abs(f[i] - f[i...

Closes #1502 - [x] ftol is already possible, using `set_max_unchanged_iterations(1, ftol)` - [x] xtol can now similarly be implemented with `set_max_unmoved_iterations(1, xtol)` - [x] Moved *part of* stopping criteria code...

To begin with we should probably state that PINTS does not allow discrete parameters. Later on, we should probably implement some discrete samplers - for some of the samplers, these...

documentation

We should compare PINTS' outputs for its implemented samplers with those of Stan (or Pymc3) -- the current industry standard. In the future of PINTS development, I think it's important...

science!
student-project

Dear PINTS maintainers, This is Dr. Zaikun Zhang from The Hong Kong Polytechnic University. Together with Professor [N.I.M. Gould](https://www.numerical.rl.ac.uk/people/nimg/), I am responsible for maintaining the renowned derivative-free optimization solvers of...

feature

#1134 Hi @simonmarchant ! What's the status of this project?