Skip to content

Commit

Permalink
Fix for 3.6 RNG warning in tests
Browse files Browse the repository at this point in the history
 suppressWarnings(RNGversion("3.5.0"))
  • Loading branch information
robinvanemden committed Mar 6, 2019
1 parent 980b4b2 commit e52913a
Show file tree
Hide file tree
Showing 113 changed files with 924 additions and 921 deletions.
3 changes: 1 addition & 2 deletions R/simulator.R
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ Simulator <- R6::R6Class(
#' with a new seed on each repeat (itself deterministically derived from set\_seed).
#' }
#' \item{\code{save_interval}}{
#' \code{integer}. Save only every \code{save_interval} time steps.
#' \code{integer}. Write data to historyonly every \code{save_interval} time steps. Default is 1.
#' }
#' \item{\code{save_context}}{
#' \code{logical}. Save the context matrices \code{X} to the History log during a simulation?
Expand Down Expand Up @@ -450,7 +450,6 @@ Simulator <- R6::R6Class(
#'
#' policy <- EpsilonGreedyPolicy$new(epsilon = 0.1)
#' bandit <- BasicBernoulliBandit$new(weights = c(0.6, 0.1, 0.1))
#'
#' agent <- Agent$new(policy, bandit, name = "E.G.", sparse = 0.5)
#'
#' history <- Simulator$new(agents = agent,
Expand Down
42 changes: 21 additions & 21 deletions docs/articles/cmabs.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit e52913a

Please sign in to comment.