CUQIpy 1.0.0.post0.dev202__tar.gz → 1.0.0.post0.dev229__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of CUQIpy might be problematic. Click here for more details.

Files changed (110) hide show
  1. {cuqipy-1.0.0.post0.dev202 → cuqipy-1.0.0.post0.dev229}/CUQIpy.egg-info/PKG-INFO +1 -1
  2. {cuqipy-1.0.0.post0.dev202 → cuqipy-1.0.0.post0.dev229}/PKG-INFO +1 -1
  3. {cuqipy-1.0.0.post0.dev202 → cuqipy-1.0.0.post0.dev229}/cuqi/_version.py +3 -3
  4. {cuqipy-1.0.0.post0.dev202 → cuqipy-1.0.0.post0.dev229}/cuqi/distribution/_gaussian.py +12 -4
  5. {cuqipy-1.0.0.post0.dev202 → cuqipy-1.0.0.post0.dev229}/cuqi/experimental/mcmc/__init__.py +1 -1
  6. {cuqipy-1.0.0.post0.dev202 → cuqipy-1.0.0.post0.dev229}/cuqi/experimental/mcmc/_pcn.py +26 -8
  7. {cuqipy-1.0.0.post0.dev202 → cuqipy-1.0.0.post0.dev229}/cuqi/utilities/__init__.py +1 -0
  8. {cuqipy-1.0.0.post0.dev202 → cuqipy-1.0.0.post0.dev229}/cuqi/utilities/_utilities.py +15 -1
  9. {cuqipy-1.0.0.post0.dev202 → cuqipy-1.0.0.post0.dev229}/tests/test_distribution.py +20 -0
  10. {cuqipy-1.0.0.post0.dev202 → cuqipy-1.0.0.post0.dev229}/CUQIpy.egg-info/SOURCES.txt +0 -0
  11. {cuqipy-1.0.0.post0.dev202 → cuqipy-1.0.0.post0.dev229}/CUQIpy.egg-info/dependency_links.txt +0 -0
  12. {cuqipy-1.0.0.post0.dev202 → cuqipy-1.0.0.post0.dev229}/CUQIpy.egg-info/requires.txt +0 -0
  13. {cuqipy-1.0.0.post0.dev202 → cuqipy-1.0.0.post0.dev229}/CUQIpy.egg-info/top_level.txt +0 -0
  14. {cuqipy-1.0.0.post0.dev202 → cuqipy-1.0.0.post0.dev229}/LICENSE +0 -0
  15. {cuqipy-1.0.0.post0.dev202 → cuqipy-1.0.0.post0.dev229}/README.md +0 -0
  16. {cuqipy-1.0.0.post0.dev202 → cuqipy-1.0.0.post0.dev229}/cuqi/__init__.py +0 -0
  17. {cuqipy-1.0.0.post0.dev202 → cuqipy-1.0.0.post0.dev229}/cuqi/_messages.py +0 -0
  18. {cuqipy-1.0.0.post0.dev202 → cuqipy-1.0.0.post0.dev229}/cuqi/array/__init__.py +0 -0
  19. {cuqipy-1.0.0.post0.dev202 → cuqipy-1.0.0.post0.dev229}/cuqi/array/_array.py +0 -0
  20. {cuqipy-1.0.0.post0.dev202 → cuqipy-1.0.0.post0.dev229}/cuqi/config.py +0 -0
  21. {cuqipy-1.0.0.post0.dev202 → cuqipy-1.0.0.post0.dev229}/cuqi/data/__init__.py +0 -0
  22. {cuqipy-1.0.0.post0.dev202 → cuqipy-1.0.0.post0.dev229}/cuqi/data/_data.py +0 -0
  23. {cuqipy-1.0.0.post0.dev202 → cuqipy-1.0.0.post0.dev229}/cuqi/data/astronaut.npz +0 -0
  24. {cuqipy-1.0.0.post0.dev202 → cuqipy-1.0.0.post0.dev229}/cuqi/data/camera.npz +0 -0
  25. {cuqipy-1.0.0.post0.dev202 → cuqipy-1.0.0.post0.dev229}/cuqi/data/cat.npz +0 -0
  26. {cuqipy-1.0.0.post0.dev202 → cuqipy-1.0.0.post0.dev229}/cuqi/data/cookie.png +0 -0
  27. {cuqipy-1.0.0.post0.dev202 → cuqipy-1.0.0.post0.dev229}/cuqi/data/satellite.mat +0 -0
  28. {cuqipy-1.0.0.post0.dev202 → cuqipy-1.0.0.post0.dev229}/cuqi/density/__init__.py +0 -0
  29. {cuqipy-1.0.0.post0.dev202 → cuqipy-1.0.0.post0.dev229}/cuqi/density/_density.py +0 -0
  30. {cuqipy-1.0.0.post0.dev202 → cuqipy-1.0.0.post0.dev229}/cuqi/diagnostics.py +0 -0
  31. {cuqipy-1.0.0.post0.dev202 → cuqipy-1.0.0.post0.dev229}/cuqi/distribution/__init__.py +0 -0
  32. {cuqipy-1.0.0.post0.dev202 → cuqipy-1.0.0.post0.dev229}/cuqi/distribution/_beta.py +0 -0
  33. {cuqipy-1.0.0.post0.dev202 → cuqipy-1.0.0.post0.dev229}/cuqi/distribution/_cauchy.py +0 -0
  34. {cuqipy-1.0.0.post0.dev202 → cuqipy-1.0.0.post0.dev229}/cuqi/distribution/_cmrf.py +0 -0
  35. {cuqipy-1.0.0.post0.dev202 → cuqipy-1.0.0.post0.dev229}/cuqi/distribution/_custom.py +0 -0
  36. {cuqipy-1.0.0.post0.dev202 → cuqipy-1.0.0.post0.dev229}/cuqi/distribution/_distribution.py +0 -0
  37. {cuqipy-1.0.0.post0.dev202 → cuqipy-1.0.0.post0.dev229}/cuqi/distribution/_gamma.py +0 -0
  38. {cuqipy-1.0.0.post0.dev202 → cuqipy-1.0.0.post0.dev229}/cuqi/distribution/_gmrf.py +0 -0
  39. {cuqipy-1.0.0.post0.dev202 → cuqipy-1.0.0.post0.dev229}/cuqi/distribution/_inverse_gamma.py +0 -0
  40. {cuqipy-1.0.0.post0.dev202 → cuqipy-1.0.0.post0.dev229}/cuqi/distribution/_joint_distribution.py +0 -0
  41. {cuqipy-1.0.0.post0.dev202 → cuqipy-1.0.0.post0.dev229}/cuqi/distribution/_laplace.py +0 -0
  42. {cuqipy-1.0.0.post0.dev202 → cuqipy-1.0.0.post0.dev229}/cuqi/distribution/_lmrf.py +0 -0
  43. {cuqipy-1.0.0.post0.dev202 → cuqipy-1.0.0.post0.dev229}/cuqi/distribution/_lognormal.py +0 -0
  44. {cuqipy-1.0.0.post0.dev202 → cuqipy-1.0.0.post0.dev229}/cuqi/distribution/_normal.py +0 -0
  45. {cuqipy-1.0.0.post0.dev202 → cuqipy-1.0.0.post0.dev229}/cuqi/distribution/_posterior.py +0 -0
  46. {cuqipy-1.0.0.post0.dev202 → cuqipy-1.0.0.post0.dev229}/cuqi/distribution/_uniform.py +0 -0
  47. {cuqipy-1.0.0.post0.dev202 → cuqipy-1.0.0.post0.dev229}/cuqi/experimental/__init__.py +0 -0
  48. {cuqipy-1.0.0.post0.dev202 → cuqipy-1.0.0.post0.dev229}/cuqi/experimental/mcmc/_cwmh.py +0 -0
  49. {cuqipy-1.0.0.post0.dev202 → cuqipy-1.0.0.post0.dev229}/cuqi/experimental/mcmc/_hmc.py +0 -0
  50. {cuqipy-1.0.0.post0.dev202 → cuqipy-1.0.0.post0.dev229}/cuqi/experimental/mcmc/_langevin_algorithm.py +0 -0
  51. {cuqipy-1.0.0.post0.dev202 → cuqipy-1.0.0.post0.dev229}/cuqi/experimental/mcmc/_laplace_approximation.py +0 -0
  52. {cuqipy-1.0.0.post0.dev202 → cuqipy-1.0.0.post0.dev229}/cuqi/experimental/mcmc/_mh.py +0 -0
  53. {cuqipy-1.0.0.post0.dev202 → cuqipy-1.0.0.post0.dev229}/cuqi/experimental/mcmc/_rto.py +0 -0
  54. {cuqipy-1.0.0.post0.dev202 → cuqipy-1.0.0.post0.dev229}/cuqi/experimental/mcmc/_sampler.py +0 -0
  55. {cuqipy-1.0.0.post0.dev202 → cuqipy-1.0.0.post0.dev229}/cuqi/geometry/__init__.py +0 -0
  56. {cuqipy-1.0.0.post0.dev202 → cuqipy-1.0.0.post0.dev229}/cuqi/geometry/_geometry.py +0 -0
  57. {cuqipy-1.0.0.post0.dev202 → cuqipy-1.0.0.post0.dev229}/cuqi/implicitprior/__init__.py +0 -0
  58. {cuqipy-1.0.0.post0.dev202 → cuqipy-1.0.0.post0.dev229}/cuqi/implicitprior/_regularizedGMRF.py +0 -0
  59. {cuqipy-1.0.0.post0.dev202 → cuqipy-1.0.0.post0.dev229}/cuqi/implicitprior/_regularizedGaussian.py +0 -0
  60. {cuqipy-1.0.0.post0.dev202 → cuqipy-1.0.0.post0.dev229}/cuqi/likelihood/__init__.py +0 -0
  61. {cuqipy-1.0.0.post0.dev202 → cuqipy-1.0.0.post0.dev229}/cuqi/likelihood/_likelihood.py +0 -0
  62. {cuqipy-1.0.0.post0.dev202 → cuqipy-1.0.0.post0.dev229}/cuqi/model/__init__.py +0 -0
  63. {cuqipy-1.0.0.post0.dev202 → cuqipy-1.0.0.post0.dev229}/cuqi/model/_model.py +0 -0
  64. {cuqipy-1.0.0.post0.dev202 → cuqipy-1.0.0.post0.dev229}/cuqi/operator/__init__.py +0 -0
  65. {cuqipy-1.0.0.post0.dev202 → cuqipy-1.0.0.post0.dev229}/cuqi/operator/_operator.py +0 -0
  66. {cuqipy-1.0.0.post0.dev202 → cuqipy-1.0.0.post0.dev229}/cuqi/pde/__init__.py +0 -0
  67. {cuqipy-1.0.0.post0.dev202 → cuqipy-1.0.0.post0.dev229}/cuqi/pde/_pde.py +0 -0
  68. {cuqipy-1.0.0.post0.dev202 → cuqipy-1.0.0.post0.dev229}/cuqi/problem/__init__.py +0 -0
  69. {cuqipy-1.0.0.post0.dev202 → cuqipy-1.0.0.post0.dev229}/cuqi/problem/_problem.py +0 -0
  70. {cuqipy-1.0.0.post0.dev202 → cuqipy-1.0.0.post0.dev229}/cuqi/sampler/__init__.py +0 -0
  71. {cuqipy-1.0.0.post0.dev202 → cuqipy-1.0.0.post0.dev229}/cuqi/sampler/_conjugate.py +0 -0
  72. {cuqipy-1.0.0.post0.dev202 → cuqipy-1.0.0.post0.dev229}/cuqi/sampler/_conjugate_approx.py +0 -0
  73. {cuqipy-1.0.0.post0.dev202 → cuqipy-1.0.0.post0.dev229}/cuqi/sampler/_cwmh.py +0 -0
  74. {cuqipy-1.0.0.post0.dev202 → cuqipy-1.0.0.post0.dev229}/cuqi/sampler/_gibbs.py +0 -0
  75. {cuqipy-1.0.0.post0.dev202 → cuqipy-1.0.0.post0.dev229}/cuqi/sampler/_hmc.py +0 -0
  76. {cuqipy-1.0.0.post0.dev202 → cuqipy-1.0.0.post0.dev229}/cuqi/sampler/_langevin_algorithm.py +0 -0
  77. {cuqipy-1.0.0.post0.dev202 → cuqipy-1.0.0.post0.dev229}/cuqi/sampler/_laplace_approximation.py +0 -0
  78. {cuqipy-1.0.0.post0.dev202 → cuqipy-1.0.0.post0.dev229}/cuqi/sampler/_mh.py +0 -0
  79. {cuqipy-1.0.0.post0.dev202 → cuqipy-1.0.0.post0.dev229}/cuqi/sampler/_pcn.py +0 -0
  80. {cuqipy-1.0.0.post0.dev202 → cuqipy-1.0.0.post0.dev229}/cuqi/sampler/_rto.py +0 -0
  81. {cuqipy-1.0.0.post0.dev202 → cuqipy-1.0.0.post0.dev229}/cuqi/sampler/_sampler.py +0 -0
  82. {cuqipy-1.0.0.post0.dev202 → cuqipy-1.0.0.post0.dev229}/cuqi/samples/__init__.py +0 -0
  83. {cuqipy-1.0.0.post0.dev202 → cuqipy-1.0.0.post0.dev229}/cuqi/samples/_samples.py +0 -0
  84. {cuqipy-1.0.0.post0.dev202 → cuqipy-1.0.0.post0.dev229}/cuqi/solver/__init__.py +0 -0
  85. {cuqipy-1.0.0.post0.dev202 → cuqipy-1.0.0.post0.dev229}/cuqi/solver/_solver.py +0 -0
  86. {cuqipy-1.0.0.post0.dev202 → cuqipy-1.0.0.post0.dev229}/cuqi/testproblem/__init__.py +0 -0
  87. {cuqipy-1.0.0.post0.dev202 → cuqipy-1.0.0.post0.dev229}/cuqi/testproblem/_testproblem.py +0 -0
  88. {cuqipy-1.0.0.post0.dev202 → cuqipy-1.0.0.post0.dev229}/cuqi/utilities/_get_python_variable_name.py +0 -0
  89. {cuqipy-1.0.0.post0.dev202 → cuqipy-1.0.0.post0.dev229}/pyproject.toml +0 -0
  90. {cuqipy-1.0.0.post0.dev202 → cuqipy-1.0.0.post0.dev229}/requirements.txt +0 -0
  91. {cuqipy-1.0.0.post0.dev202 → cuqipy-1.0.0.post0.dev229}/setup.cfg +0 -0
  92. {cuqipy-1.0.0.post0.dev202 → cuqipy-1.0.0.post0.dev229}/setup.py +0 -0
  93. {cuqipy-1.0.0.post0.dev202 → cuqipy-1.0.0.post0.dev229}/tests/test_MRFs.py +0 -0
  94. {cuqipy-1.0.0.post0.dev202 → cuqipy-1.0.0.post0.dev229}/tests/test_abstract_distribution_density.py +0 -0
  95. {cuqipy-1.0.0.post0.dev202 → cuqipy-1.0.0.post0.dev229}/tests/test_bayesian_inversion.py +0 -0
  96. {cuqipy-1.0.0.post0.dev202 → cuqipy-1.0.0.post0.dev229}/tests/test_density.py +0 -0
  97. {cuqipy-1.0.0.post0.dev202 → cuqipy-1.0.0.post0.dev229}/tests/test_distributions_shape.py +0 -0
  98. {cuqipy-1.0.0.post0.dev202 → cuqipy-1.0.0.post0.dev229}/tests/test_geometry.py +0 -0
  99. {cuqipy-1.0.0.post0.dev202 → cuqipy-1.0.0.post0.dev229}/tests/test_implicit_priors.py +0 -0
  100. {cuqipy-1.0.0.post0.dev202 → cuqipy-1.0.0.post0.dev229}/tests/test_joint_distribution.py +0 -0
  101. {cuqipy-1.0.0.post0.dev202 → cuqipy-1.0.0.post0.dev229}/tests/test_likelihood.py +0 -0
  102. {cuqipy-1.0.0.post0.dev202 → cuqipy-1.0.0.post0.dev229}/tests/test_model.py +0 -0
  103. {cuqipy-1.0.0.post0.dev202 → cuqipy-1.0.0.post0.dev229}/tests/test_pde.py +0 -0
  104. {cuqipy-1.0.0.post0.dev202 → cuqipy-1.0.0.post0.dev229}/tests/test_posterior.py +0 -0
  105. {cuqipy-1.0.0.post0.dev202 → cuqipy-1.0.0.post0.dev229}/tests/test_problem.py +0 -0
  106. {cuqipy-1.0.0.post0.dev202 → cuqipy-1.0.0.post0.dev229}/tests/test_sampler.py +0 -0
  107. {cuqipy-1.0.0.post0.dev202 → cuqipy-1.0.0.post0.dev229}/tests/test_samples.py +0 -0
  108. {cuqipy-1.0.0.post0.dev202 → cuqipy-1.0.0.post0.dev229}/tests/test_solver.py +0 -0
  109. {cuqipy-1.0.0.post0.dev202 → cuqipy-1.0.0.post0.dev229}/tests/test_testproblem.py +0 -0
  110. {cuqipy-1.0.0.post0.dev202 → cuqipy-1.0.0.post0.dev229}/tests/test_utilities.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: CUQIpy
3
- Version: 1.0.0.post0.dev202
3
+ Version: 1.0.0.post0.dev229
4
4
  Summary: Computational Uncertainty Quantification for Inverse problems in Python
5
5
  Maintainer-email: "Nicolai A. B. Riis" <nabr@dtu.dk>, "Jakob S. Jørgensen" <jakj@dtu.dk>, "Amal M. Alghamdi" <amaal@dtu.dk>, Chao Zhang <chaz@dtu.dk>
6
6
  License: Apache License
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: CUQIpy
3
- Version: 1.0.0.post0.dev202
3
+ Version: 1.0.0.post0.dev229
4
4
  Summary: Computational Uncertainty Quantification for Inverse problems in Python
5
5
  Maintainer-email: "Nicolai A. B. Riis" <nabr@dtu.dk>, "Jakob S. Jørgensen" <jakj@dtu.dk>, "Amal M. Alghamdi" <amaal@dtu.dk>, Chao Zhang <chaz@dtu.dk>
6
6
  License: Apache License
@@ -8,11 +8,11 @@ import json
8
8
 
9
9
  version_json = '''
10
10
  {
11
- "date": "2024-04-30T14:38:06+0200",
11
+ "date": "2024-05-21T12:48:50+0200",
12
12
  "dirty": false,
13
13
  "error": null,
14
- "full-revisionid": "e5596bf72d78672549c26c4921e473c12fcf2553",
15
- "version": "1.0.0.post0.dev202"
14
+ "full-revisionid": "eb9519734f2558f66772895e41f2cd0c3cd61767",
15
+ "version": "1.0.0.post0.dev229"
16
16
  }
17
17
  ''' # END VERSION_JSON
18
18
 
@@ -9,7 +9,7 @@ import scipy.linalg as splinalg
9
9
 
10
10
  from cuqi import config
11
11
  from cuqi.geometry import _get_identity_geometries
12
- from cuqi.utilities import force_ndarray, sparse_cholesky
12
+ from cuqi.utilities import force_ndarray, sparse_cholesky, check_if_conditional_from_attr
13
13
  from cuqi.distribution import Distribution
14
14
 
15
15
  # We potentially allow the use of sksparse.cholmod for sparse Cholesky
@@ -191,7 +191,7 @@ class Gaussian(Distribution):
191
191
  value = force_ndarray(value)
192
192
  self._sqrtcov = value
193
193
  self._cov = None # Reset covariance (in case it was computed before)
194
- if (value is not None) and (not callable(value)):
194
+ if (value is not None) and (not callable(value)):
195
195
  if self.dim > config.MIN_DIM_SPARSE:
196
196
  sparse_flag = True # do sparse computations
197
197
  else:
@@ -214,7 +214,7 @@ class Gaussian(Distribution):
214
214
  value = force_ndarray(value)
215
215
  self._sqrtprec = value
216
216
  self._cov = None # Reset covariance (in case it was computed before)
217
- if (value is not None) and (not callable(value)):
217
+ if not check_if_conditional_from_attr(value):
218
218
  if self.dim > config.MIN_DIM_SPARSE:
219
219
  sparse_flag = True # do sparse computations
220
220
  else:
@@ -631,7 +631,7 @@ def get_sqrtprec_from_sqrtprec(dim, sqrtprec, sparse_flag):
631
631
  dim : int
632
632
  Dimension of the sqrtprec matrix.
633
633
 
634
- sqrtprec : 1-d or 2-d ndarray or sparse matrix
634
+ sqrtprec : 1-d or 2-d ndarray or sparse matrix or scipy.sparse.linalg.LinearOperator
635
635
  Square root of precision matrix. If 1-dimensional, then assumed to be a diagonal matrix.
636
636
 
637
637
  sparse_flag: bool
@@ -666,6 +666,14 @@ def get_sqrtprec_from_sqrtprec(dim, sqrtprec, sparse_flag):
666
666
  logdet = np.sum(-np.log(sqrtprec.data**2))
667
667
  rank = dim
668
668
 
669
+ # sqrtprec is LinearOperator
670
+ elif isinstance(sqrtprec, spa.linalg.LinearOperator):
671
+ if hasattr(sqrtprec, 'logdet'):
672
+ logdet = sqrtprec.logdet
673
+ else:
674
+ logdet = None
675
+ rank = dim
676
+
669
677
  # sqrtprec diagonal
670
678
  elif np.count_nonzero(sqrtprec-np.diag(sqrtprec.diagonal())) == 0:
671
679
  stdinv = sqrtprec.diagonal()
@@ -3,7 +3,7 @@
3
3
  from ._sampler import SamplerNew, ProposalBasedSamplerNew
4
4
  from ._langevin_algorithm import ULANew, MALANew
5
5
  from ._mh import MHNew
6
- from ._pcn import pCNNew
6
+ from ._pcn import PCNNew
7
7
  from ._rto import LinearRTONew, RegularizedLinearRTONew
8
8
  from ._cwmh import CWMHNew
9
9
  from ._laplace_approximation import UGLANew
@@ -3,9 +3,9 @@ import cuqi
3
3
  from cuqi.experimental.mcmc import SamplerNew
4
4
  from cuqi.array import CUQIarray
5
5
 
6
- class pCNNew(SamplerNew): # Refactor to Proposal-based sampler?
6
+ class PCNNew(SamplerNew): # Refactor to Proposal-based sampler?
7
7
 
8
- _STATE_KEYS = SamplerNew._STATE_KEYS.union({'scale', 'current_likelihood_logd'})
8
+ _STATE_KEYS = SamplerNew._STATE_KEYS.union({'scale', 'current_likelihood_logd', 'lambd'})
9
9
 
10
10
  def __init__(self, target, scale=1.0, **kwargs):
11
11
 
@@ -17,6 +17,11 @@ class pCNNew(SamplerNew): # Refactor to Proposal-based sampler?
17
17
 
18
18
  self._acc = [1] # TODO. Check if we need this
19
19
 
20
+ # parameters used in the Robbins-Monro recursion for tuning the scale parameter
21
+ # see details and reference in the tune method
22
+ self.lambd = self.scale
23
+ self.star_acc = 0.44 #TODO: 0.234 # target acceptance rate
24
+
20
25
  def validate_target(self):
21
26
  try:
22
27
  if isinstance(self.prior, (cuqi.distribution.Gaussian, cuqi.distribution.Normal)):
@@ -29,7 +34,7 @@ class pCNNew(SamplerNew): # Refactor to Proposal-based sampler?
29
34
  def step(self):
30
35
  # propose state
31
36
  xi = self.prior.sample(1).flatten() # sample from the prior
32
- x_star = np.sqrt(1-self.scale**2)*self.current_point + self.scale*xi # pCN proposal
37
+ x_star = np.sqrt(1-self.scale**2)*self.current_point + self.scale*xi # PCN proposal
33
38
 
34
39
  # evaluate target
35
40
  loglike_eval_star = self._loglikelihood(x_star)
@@ -74,10 +79,6 @@ class pCNNew(SamplerNew): # Refactor to Proposal-based sampler?
74
79
  self._loglikelihood = lambda x : self.likelihood.logd(x)
75
80
  else:
76
81
  raise ValueError(f"To initialize an object of type {self.__class__}, 'target' need to be of type 'cuqi.distribution.Posterior'.")
77
-
78
- #TODO:
79
- #if not isinstance(self.prior,(cuqi.distribution.Gaussian, cuqi.distribution.Normal)):
80
- # raise ValueError("The prior distribution of the target need to be Gaussian")
81
82
 
82
83
  @property
83
84
  def dim(self): # TODO. Check if we need this. Implemented in base class
@@ -88,4 +89,21 @@ class pCNNew(SamplerNew): # Refactor to Proposal-based sampler?
88
89
  return self._dim
89
90
 
90
91
  def tune(self, skip_len, update_count):
91
- pass
92
+ """
93
+ Tune the scale parameter of the PCN sampler.
94
+ The tuning is based on algorithm 4 in Andrieu, Christophe, and Johannes Thoms.
95
+ "A tutorial on adaptive MCMC." Statistics and computing 18 (2008): 343-373.
96
+ Note: the tuning algorithm here is the same as the one used in MH sampler.
97
+ """
98
+
99
+ # average acceptance rate in the past skip_len iterations
100
+ hat_acc = np.mean(self._acc[-skip_len:])
101
+
102
+ # new scaling parameter zeta to be used in the Robbins-Monro recursion
103
+ zeta = 1/np.sqrt(update_count+1)
104
+
105
+ # Robbins-Monro recursion to ensure that the variation of lambd vanishes
106
+ self.lambd = np.exp(np.log(self.lambd) + zeta*(hat_acc-self.star_acc))
107
+
108
+ # update scale parameter
109
+ self.scale = min(self.lambd, 1)
@@ -10,6 +10,7 @@ from ._utilities import (
10
10
  ProblemInfo,
11
11
  sparse_cholesky,
12
12
  approx_derivative,
13
+ check_if_conditional_from_attr,
13
14
  )
14
15
 
15
16
  from ._get_python_variable_name import _get_python_variable_name
@@ -64,13 +64,27 @@ def get_indirect_variables(dist):
64
64
  attributes = []
65
65
  for attribute in dist.get_mutable_variables():
66
66
  value = getattr(dist, attribute)
67
- if callable(value):
67
+ if check_if_conditional_from_attr(value):
68
68
  keys = get_non_default_args(value)
69
69
  for key in keys:
70
70
  if key not in attributes: #Ensure we did not already find this key
71
71
  attributes.append(key)
72
72
  return attributes
73
73
 
74
+ def check_if_conditional_from_attr(value):
75
+ """
76
+ Check if a distribution is conditional from a given attribute.
77
+ So far, we assume that a distribution is conditional if
78
+ - the given attribute is a callable function and
79
+ - the given attribute is not a LinearOperator.
80
+ """
81
+ if isinstance(value, spslinalg.LinearOperator):
82
+ return False
83
+ elif callable(value):
84
+ return True
85
+ else:
86
+ return False
87
+
74
88
  def get_writeable_attributes(dist):
75
89
  """ Get writeable attributes of object instance. """
76
90
  attributes = []
@@ -4,6 +4,7 @@ import numpy as np
4
4
  import scipy as sp
5
5
  import scipy.stats as scipy_stats
6
6
  import scipy.sparse as sps
7
+ import numpy.linalg as nplinalg
7
8
 
8
9
  from pytest import approx
9
10
  import pytest
@@ -738,3 +739,22 @@ def test_Gaussian_from_sparse_sqrtprec():
738
739
 
739
740
  assert y_from_dense.logpdf(np.ones(N)) == y_from_sparse.logpdf(np.ones(N))
740
741
 
742
+ def test_Gaussian_from_linear_operator_sqrtprec():
743
+ """ Test Gaussian distribution from LinearOperator sqrtprec is equal to dense sqrtprec """
744
+ N = 10; M = 5
745
+
746
+ sqrtprec = sp.sparse.spdiags(np.random.randn(N), 0, N, N)
747
+ prec = sqrtprec.todense()@sqrtprec.todense().T
748
+
749
+ def matvec(x):
750
+ return sqrtprec @ x
751
+ def rmatvec(x):
752
+ return sqrtprec.T @ x
753
+
754
+ sqrtprec_operator = sp.sparse.linalg.LinearOperator((N, N), matvec=matvec, rmatvec=rmatvec)
755
+ sqrtprec_operator.logdet = -np.log(nplinalg.det(prec))
756
+
757
+ y_from_sparse = cuqi.distribution.Gaussian(mean = np.zeros(N), sqrtprec = sqrtprec_operator)
758
+ y_from_dense = cuqi.distribution.Gaussian(mean = np.zeros(N), sqrtprec = sqrtprec.todense())
759
+
760
+ assert np.allclose(y_from_dense.logpdf(np.ones(N)), y_from_sparse.logpdf(np.ones(N)))