Parallel4OptimizeParams {cellmigRation}R Documentation

Paralle Parameter Optimization

Description

Parallel Optimization as part of the Optimization Parameter process

Usage

Parallel4OptimizeParams(
  tmp_img = tmp_img,
  all_params = all_params,
  use.cores = use.cores,
  verbose = verbose
)

Arguments

tmp_img

numeric matrix, corresponding to the

all_params

data.frame, including all parameter combinations to test

use.cores

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

cellmigRation:::Parallel4OptimizeParams(matrix(1), data.frame(1), 1, TRUE)


[Package cellmigRation version 1.2.0 Index]