gs.interpolation: Return the next point to evaluate when doing interpolation...

View source: R/BoundingCovariateEffects.R

gs.interpolationR 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.


depCensoring documentation built on April 4, 2025, 1:52 a.m.