-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementNew feature or requestNew feature or request
Description
- My goal is to maximize CPU utilization as only increasing
n_threadsdoesn't seem to make that happen. - The idea is to refactor the for-loop with foreach +
%dofuture%loops to parallel over the parameter grid. - Remove the
seedargument to let usersset.seed()outside. - Let users configure the future parallel backend outside (or not, to use sequential).
- Use progressr (
%dofuture%compatible) to display progress bar. - Would probably recommend to set
n_threadsto1when using this parallel. - A vignette to explain these would be nice.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request