View source: R/BoundingCovariateEffects.R
gs.regular | R Documentation |
This function implements a unidirectional grid search, that works by expanding a grid starting from a given feasible point in the given direction.
gs.regular(evaluations, dir, iter.nbr, hp)
evaluations |
Matrix of evaluated test statistics and critical values. |
dir |
Search direction. |
iter.nbr |
Iteration number. |
hp |
List of hyperparameters. |
Next point to evaluate in the search algorithm.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.