Skip to content

Commit

Permalink
Update R/optimize.R
Browse files Browse the repository at this point in the history
Co-authored-by: Balazs Banfai <[email protected]>
  • Loading branch information
idavydov and banfai authored Aug 23, 2023
1 parent 40dd496 commit 8881059
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/optimize.R
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ update_batchcontainer <- function(bc, shuffle_params) {
#' Should be `NULL` if the `BatchContainer` already has samples in it.
#' @param scoring Scoring function or a named [list()] of scoring functions.
#' @param n_shuffle Vector of length 1 or larger, defining how many random sample
#' swaps should be performed in each iteration. If length(n_shuffle)==1,
#' swaps should be performed in each iteration. If `length(n_shuffle)==1`,
#' this sets no limit to the number of iterations. Otherwise, the optimization
#' stops if the swapping protocol is exhausted.
#' @param shuffle_proposal_func A user defined function to propose the next shuffling of samples.
Expand Down

0 comments on commit 8881059

Please sign in to comment.