Skip to content

Commit 815fcd5

Browse files
cpfifferdevmotion
andauthored
Update src/AdvancedMH.jl
Co-authored-by: David Widmann <[email protected]>
1 parent 75e66ae commit 815fcd5

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/AdvancedMH.jl

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,6 @@ export sample, MCMCThreads, MCMCDistributed
1515

1616
# Abstract type for MH-style samplers. Needs better name?
1717
abstract type MHSampler <: AbstractMCMC.AbstractSampler end
18-
abstract type ProposalStyle end
19-
20-
struct RandomWalk <: ProposalStyle end
21-
struct Static <: ProposalStyle end
2218

2319
# Define a model type. Stores the log density function and the data to
2420
# evaluate the log density on.

0 commit comments

Comments
 (0)