OptimizeParamsMainLoop {cellmigRation} | R Documentation |
Main Loop as part of the Optimization Parameter process
OptimizeParamsMainLoop( tmp_img = tmp_img, all_params = all_params, threads = threads, verbose = verbose )
tmp_img |
numeric matrix, corresponding to the |
all_params |
data.frame, including all parameter combinations to test |
threads |
numeric, number of cores to use for the parallelization |
verbose |
logical, shall info be printed to console |
This is an internal function supporting the Optimization Parameter process
a list including test results; an empty list is returned if an error is encountered.
cellmigRation:::OptimizeParamsMainLoop(matrix(1), data.frame(1), 1, FALSE)