bedapub / bedapub/designit

multiplate wrapper iterate only on current plate scores

Open
#32 1 comment 0 reactions 2 assignees Claimed by @ingitwetrust View on GitHub
Dominant language
HTML
Stars
9
Forks
1
Avg merge
10h 23m
Merged PRs (30d)
4

Description

line 49 and following
```
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
)
}
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.