Typically because results are insufficiently precise.

# S3 method for Tracker
update(object, ..., epsilon, verbose = TRUE)

Arguments

object

The Tracker object to update.

...

Ignored. Passing arguments to ... results in a warning.

epsilon

Desired accuracy of approximation. epsilon must be a valid probabilty; that is, between zero and one. Defaults to 1e-6. Runtime is proportional to 1 / (epsilon * alpha), so small epsilon can result in long runtimes.

verbose

Logical indicating whether to report on the algorithms progress. Defaults to TRUE.

Value

Details

At the moment, only supports changing epsilon. If there is interest, we can consider allowing updates to tau, alpha and seeds in the future.