\format{Object of \code{\link{R6Class}} with methods for updating a \link{DirichletNode} instance.}
\usage{
AdaptiveDirMRW
\format{
Object of \code{\link{R6Class}} with methods for updating a \link{DirichletNode} instance.
}
\value{
Object of \code{\link{AdaptiveDirMRW}}
...
...
@@ -27,8 +26,22 @@ Please note that no checks are performed as to the suitability of this
algorithm for a particular \link{StochasticNode}. It is up to the user
to use the correct update algorithm for the appropriate nodes.
}
\section{Fields}{
\section{Methods}{
\describe{
\item{\code{new(node, toupdate = function() 1:length(node$getData()), tune = rep(0.1, length(node$getData())), burning = 100)}}{constructor takes an instance of a \link{StochasticNode}
node, function to choose the indices of the elements to update (by default all elements), initial tuning vector (diagonal of adaptive tuning matrix), and the number of calls between
\item{\code{new(node, toupdate = function() 1:length(node$getData()), tune = rep(0.1, length(node$getData())), burning = 100)}}{constructor takes an instance of a \link{StochasticNode}
node, function to choose the indices of the elements to update (by default all elements), initial tuning vector (diagonal of adaptive tuning matrix), and the number of calls between
\format{Object of \code{\link{R6Class}} with methods for updating a \link{DirichletNode} instance.}
\usage{
AdaptiveLogDirMRW
\format{
Object of \code{\link{R6Class}} with methods for updating a \link{DirichletNode} instance.
}
\value{
Object of \code{\link{AdaptiveLogDirMRW}}
...
...
@@ -28,8 +27,22 @@ Please note that no checks are performed as to the suitability of this
algorithm for a particular \link{StochasticNode}. It is up to the user
to use the correct update algorithm for the appropriate nodes.
}
\section{Fields}{
\section{Methods}{
\describe{
\item{\code{new(node, toupdate = function() 1:length(node$getData()), tune = rep(0.1, length(node$getData())), burning = 100)}}{constructor takes an instance of a \link{StochasticNode}
node, function to choose the indices of the elements to update (by default all elements), initial tuning vector (diagonal of adaptive tuning matrix), and number of calls between
\item{\code{new(node, toupdate = function() 1:length(node$getData()), tune = rep(0.1, length(node$getData())), burning = 100)}}{constructor takes an instance of a \link{StochasticNode}
node, function to choose the indices of the elements to update (by default all elements), initial tuning vector (diagonal of adaptive tuning matrix), and number of calls between