gs.regular {depCensoring} | R Documentation |
Return the next point to evaluate when doing regular grid search
Description
This function implements a unidirectional grid search, that works by expanding a grid starting from a given feasible point in the given direction.
Usage
gs.regular(evaluations, dir, iter.nbr, hp)
Arguments
evaluations |
Matrix of evaluated test statistics and critical values. |
dir |
Search direction. |
iter.nbr |
Iteration number. |
hp |
List of hyperparameters. |
Value
Next point to evaluate in the search algorithm.
[Package depCensoring version 0.1.7 Index]