View source: R/con_dimerization.R
batchify | R Documentation |
Creates multiple Batches for Parallelization.
batchify(tasks, annealing.temps = NULL)
tasks |
An integer vector with indices representing individual computations. |
annealing.temps |
Temperatures according to which to batchify. |
A list of lists containing indices corresponding to tasks
, each list gives a batch.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.