ADMIToptions: PARALLELADMIToptions: PARALLEL
Specifies options for the parallelized version of the algorithm.
PARALLEL.use [1 | {0}]
Enable/Disable parallelization
PARALLEL.threadCount [positive integer {[]}]
Number of threads. When not specified, will use the default amount,
set by the scheduler.
PARALLEL.scheduler [scheduler name {'local'}]
Name of the scheduler employed by matlab parallel toolbox
PARALLEL.maxTaskFactor [positive integer {2}]
Limiting factor on the amount of tasks that can be submitted at once.
This option is only used for bisectioning procedure. The maximal amount
of tasks that can be submitted is calculated as follows:
maxTasks <= maxWorkers * maxTaskFactor
If the value is set to 0, all available tasks will be submitted
PARALLEL.useDFEVAL [1 | {0}]
An alternative way to employ parallel toolbox in matlab, using dfeval
function. Employed only for the bisectioning procedure