Usage
DE(bayesianSetup, settings = list(startValue = NULL, iterations = 10000, f =
-2.38, burnin = 0, thin = 1, eps = 0, consoleUpdates = 100, blockUpdate =
list("none", k = NULL, h = NULL, pSel = NULL, pGroup = NULL, groupStart =
1000, groupIntervall = 1000), currentChain = 1, message = TRUE))
Arguments
bayesianSetup
a BayesianSetup with the posterior density function to be sampled from
settings
list with parameter settings
startValue
(optional) eiter a matrix with start population, a number to define the number of chains that are run or a function that samples a starting population.
iterations
number of function evaluations.
burnin
number of iterations treated as burn-in. These iterations are not recorded in the chain.
thin
thinning parameter. Determines the interval in which values are recorded.
eps
small number to avoid singularity
blockUpdate
list determining whether parameters should be updated in blocks. For possible settings see Details.
message
logical determines whether the sampler's progress should be printed