Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions R/proposePointsDIB.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
#
# 1-point proposal: we take the user-defined cb-lambda from the control, then simply optimize
#
# n-point proposal: we sample n random cb-lambdas, then propose a point normally,
# then add it to the design (fake add) with the its cb-vector as fake output. then iterate.
# n-point proposal: Each point is proposed using the user-defined cb-lambda.
# Proposals are feed back to the surrogate following the surrogate "believer" approach.

proposePointsDIB = function(opt.state) {

Expand Down