From 6e356063fa52d1611e8b770a1f8b617fc3b7240a Mon Sep 17 00:00:00 2001 From: Jakob Richter Date: Fri, 29 Jun 2018 15:41:11 +0200 Subject: [PATCH] smbo noisy fix --- R/SMBO.R | 2 ++ 1 file changed, 2 insertions(+) diff --git a/R/SMBO.R b/R/SMBO.R index 89caad62f..0839efaa5 100644 --- a/R/SMBO.R +++ b/R/SMBO.R @@ -49,6 +49,8 @@ initSMBO = function(par.set, design, learner = NULL, control, minimize = rep(TRU #' Outcome of the optimization. #' For multiple results use a list. #' For a result of a multi-objective function use a numeric vector. +#' For multiple results of for noisy instances use a list. +#' Each list element should correspond to one x value. #' #' @return [\code{\link{OptState}}] #' @export