optimizeGrid {refineR} | R Documentation |
Helper function for grid search for mu and sigma.
Description
Helper function for grid search for mu and sigma.
Usage
optimizeGrid(currentBestParam, paramUnique, iter, sigmLimit = TRUE)
Arguments
currentBestParam |
(numeric) value specifying the current best value for this parameter |
paramUnique |
(numeric) vector of possible values for this parameter |
iter |
(integer) indicating the number of iteration, as in the first iteration the search region is larger than in the following iterations |
sigmLimit |
(logical) specifiying if parameter is sigma and thus minimum is 0 |
Value
(vector) specifying the new search region fo the parameter to be optimized
Author(s)
Tatjana Ammer tatjana.ammer@roche.com
[Package refineR version 1.6.1 Index]