default_chunk_size: Determines the default chunk size.

View source: R/results.R

default_chunk_sizeR Documentation

Determines the default chunk size.

Description

By default will make every worker process a single chunk. You can set the options(SBC.min_chunk_size = value) to enforce a minimum chunk size globally (chunk size can still be larger if you have substantially more fits to run than workers.

Usage

default_chunk_size(n_fits, n_workers = future::nbrOfWorkers())

hyunjimoon/SBC documentation built on March 15, 2024, 3:18 a.m.