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

improve doc in DIB #358

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
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