Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixes from CRAN #520

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 0 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ Imports:
lhs,
parallelMap (>= 1.3)
Suggests:
akima,
cmaesr (>= 1.0.3),
covr,
DiceKriging,
Expand Down
8 changes: 4 additions & 4 deletions R/doc_mbo_OptPath.R
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
#' \item{prop.type}{Type of point proposal. Possible values are
#' \describe{
#' \item{initdesign}{Points actually not proposed, but in the initial design.}
#' \item{infill\_x}{Here x is a placeholder for the selected infill criterion, e.g., infill\_ei for expected improvement.}
#' \item{random\_interleave}{Uniformly sampled points added additionally to the proposed points.}
#' \item{random\_filtered}{If filtering of proposed points located too close to each other is active, these are replaced by random points.}
#' \item{final\_eval}{If \code{final.evals} is set in \code{\link{makeMBOControl}}: Final evaluations of the proposed solution to reduce noise in y.}
#' \item{infill_x}{Here x is a placeholder for the selected infill criterion, e.g., infill_ei for expected improvement.}
#' \item{random_interleave}{Uniformly sampled points added additionally to the proposed points.}
#' \item{random_filtered}{If filtering of proposed points located too close to each other is active, these are replaced by random points.}
#' \item{final_eval}{If \code{final.evals} is set in \code{\link{makeMBOControl}}: Final evaluations of the proposed solution to reduce noise in y.}
#' }
#' }
#' \item{parego.weight}{Weight vector sampled for multi-point ParEGO}
Expand Down
8 changes: 4 additions & 4 deletions man/mbo_OptPath.Rd

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