mk_plate_scoring_functions doesn't need batch container as a first argument
Open
- Dominant language
- HTML
- Stars
- 9
- Forks
- 1
- Avg merge
- 10h 23m
- Merged PRs (30d)
- 4
Description
Rewrite mk_plate_scoring_functions in a such a way that can create all temporary objects during the first call.
E.g.,
```r
scoring_f <- mk_plate_scoring_functions(
row = "row", column = "column", group = "Sex"
)
bc <- optimize_design(bc, scoring = scoring_f, max_iter = 100)
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.