Skip to content

Commit

Permalink
increase example iter
Browse files Browse the repository at this point in the history
  • Loading branch information
philchalmers committed Feb 7, 2025
1 parent f337444 commit ab3c2f7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions R/PBA.R
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,8 @@
#' plot(retpba.noise, type = 'history')
#'
#' \dontrun{
#' # ignore termination criteria and instead run for 30 seconds or 30000 iterations
#' retpba.noise_30sec <- PBA(f.root_noisy, c(0,1), wait.time = "0:30", maxiter=30000)
#' # ignore termination criteria and instead run for 30 seconds or 50000 iterations
#' retpba.noise_30sec <- PBA(f.root_noisy, c(0,1), wait.time = "0:30", maxiter=50000)
#' retpba.noise_30sec
#'
#' }
Expand Down
4 changes: 2 additions & 2 deletions man/PBA.Rd

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

0 comments on commit ab3c2f7

Please sign in to comment.