Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewGhazi committed Jun 30, 2024
1 parent cace58e commit c80d276
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
5 changes: 3 additions & 2 deletions R/run.R
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,10 @@ center_dat = function(dat, param_ranges) {
#' @param dat data frame input of brew parameters and rating
#' @param ... arguments passed to cmdstanr's sample method
#' @param max_grid_size maximum number of grid points to evaluate
#' @param param_ranges upper and lower limits of parameter ranges to evaluate
#' @param param_ranges upper and lower limits of parameter ranges to evaluate (ignored if param_grid is specified directly)
#' @param param_grid user-specified grid of brew parameters to evaluate GP at
#' @details
#' The function \code{\link{create_ranges()}} will create an example range df.
#' The function \code{\link[dyingforacup:create_ranges]{dyingforacup::create_ranges()}} will create an example range df.
#'
#' @export
run_gp = function(dat, ..., max_grid_size = 2000,
Expand Down
6 changes: 4 additions & 2 deletions man/run_gp.Rd

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

4 changes: 3 additions & 1 deletion man/suggest_next.Rd

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

0 comments on commit c80d276

Please sign in to comment.