You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/api.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -76,3 +76,16 @@ For chains of this type, AbstractMCMC defines the following two methods.
76
76
AbstractMCMC.chainscat
77
77
AbstractMCMC.chainsstack
78
78
```
79
+
80
+
## Interacting with states of samplers
81
+
82
+
To make it a bit easier to interact with some arbitrary sampler state, we encourage implementations of `AbstractSampler` to implement the following methods:
0 commit comments