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

mk_plate_scoring_functions doesn't need batch container as a first argument #47

Open
idavydov opened this issue Apr 15, 2024 · 0 comments
Assignees

Comments

@idavydov
Copy link
Collaborator

Rewrite mk_plate_scoring_functions in a such a way that can create all temporary objects during the first call.

E.g.,

scoring_f <- mk_plate_scoring_functions(
  row = "row", column = "column", group = "Sex"
)
bc <- optimize_design(bc, scoring = scoring_f, max_iter = 100)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants