gs.interpolation {depCensoring} | R Documentation |
Return the next point to evaluate when doing interpolation search
Description
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.
Usage
gs.interpolation(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
The next point to evaluate.
[Package depCensoring version 0.1.7 Index]