gs.binary: Return the next point to evaluate when doing binary search

View source: R/BoundingCovariateEffects.R

gs.binaryR Documentation

Return the next point to evaluate when doing binary search

Description

This function implements the binary search algorithm, that starts from a given feasible point and looks in the given direction for the root of the violation curve.

Usage

gs.binary(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.