View source: R/BoundingCovariateEffects.R
gs.interpolation | R Documentation |
This function implements the interpolation search algorithm, that starts from a given feasible point and looks in the given direction for the root of the violation curve.
gs.interpolation(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. |
The next point to evaluate.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.