We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2bdfb7 commit 7fa8de0Copy full SHA for 7fa8de0
src/AbstractMCMC.jl
@@ -97,7 +97,10 @@ end
97
"""
98
setparameters!!(state, parameters)
99
100
-Return new instance of `state` with parameters set to `parameters`.
+Update the parameters of the `state` with `parameters` and return it.
101
+
102
+If `state` can be updated in-place, it is expected that this function returns `state` with updated
103
+parameters. Otherwise a new `state` object with the new `parameters` is returned.
104
105
setparameters!!
106
0 commit comments