You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for (curr_plate in plate_levels) {
if (!quiet && length(plate_levels) > 1) cat(curr_plate, "... ")
bc <- optimize_design(bc,
scoring = scoring_funcs, # TODO: Here we should just use the scores of the current plate
max_iter = max_iter,
quiet = TRUE,
shuffle_proposal_func = mk_subgroup_shuffling_function(
subgroup_vars = plate,
restrain_on_subgroup_levels = curr_plate
),
acceptance_func = accept_leftmost_improvement
)
}
The text was updated successfully, but these errors were encountered:
line 49 and following
The text was updated successfully, but these errors were encountered: