ExecutionConfig
ComponentLanguage-independent config for rtemis execution: sequential, parallel, or distributed. Mirrors the `ExecutionConfig` object / `setup_ExecutionConfig` arguments.
Properties
backendstringExecution backend.
one of
"future""mirai""none"n_workersinteger≥ 1Number of parallel workers (used when backend is 'future' or 'mirai').
n_workers_outerinteger | null≥ 1Workers for outer resampling. NULL = assigned by the worker ladder.
n_workers_tuninginteger | null≥ 1Workers for tuning. NULL = assigned by the worker ladder.
n_workers_algorithminteger | null≥ 1Threads for a self-parallelizing algorithm. NULL = assigned by the worker ladder.
warm_workersbooleanLoad rtemis in every worker when the pool is built, rather than on each worker's first task.
future_planstring | nullFuture plan to use when backend is 'future'.
on_errorstringFailure policy.
one of
"continue""stop""stop_outer"seedinteger | null≥ 0Master seed for the run's computation RNG.
shared_memorystringShare worker data through OS shared memory.
one of
"none""auto""always"
Relationships
Used by