OptimizeParamsMainLoop: Main Loop to Parameter Optimization

Description Usage Arguments Details Value Examples

View source: R/all_functions_v8.R

Description

Main Loop as part of the Optimization Parameter process

Usage

1
2
3
4
5
6
OptimizeParamsMainLoop(
  tmp_img = tmp_img,
  all_params = all_params,
  threads = threads,
  verbose = verbose
)

Arguments

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

Details

This is an internal function supporting the Optimization Parameter process

Value

a list including test results; an empty list is returned if an error is encountered.

Examples

1

ocbe-uio/cellmigRation documentation built on Dec. 16, 2021, 10:59 p.m.