python-qinfer icon indicating copy to clipboard operation
python-qinfer copied to clipboard

Library for Bayesian inference via sequential Monte Carlo for quantum parameter estimation.

Results 22 python-qinfer issues
Sort by recently updated
recently updated
newest added

In Line 358 of ``resamplers.py``, the new weights array to be returned is calculated as ``np.ones((w.shape[0],)) / w.shape[0]``, where ``w`` is the weight array for the original (pre-resampling) particle approximation....

bug

Just want to put this here, not necessarily because it is urgent, but because it has come up as a problem for a few people. Models have a method called...

enhancement