UncertaintyQuantification.jl icon indicating copy to clipboard operation
UncertaintyQuantification.jl copied to clipboard

We're not using Modified (component-wise) MCMC in subset simulation

Open AnderGray opened this issue 1 year ago • 2 comments

In the docstrings of SubSetSimulation, we state that we're using the algorithm described in:

S.-K. Au and J. L. Beck. Estimation of Small Failure Probabilities in High Dimensions by Subset Simulation. Probabilistic Engineering Mechanics 16, 263–277 (2001)

A modified MCMC algorithm, which samples component wise, allowing for high dimensional problems.

Instead we've implemented standard MCMC, which struggles in high dimensions due to small densities of the proposal distribution, leading to small acceptance rates.

We should implement the modified version also, and change these docstrings.

AnderGray avatar May 07 '24 16:05 AnderGray

I think we should just replace the current MH with the component wise method.

FriesischScott avatar May 07 '24 16:05 FriesischScott

Btw, I think the modified refers to the extra rejection step. Component-wise Metropolis-Hastings (CMH) was already widely used before.

FriesischScott avatar May 08 '24 10:05 FriesischScott