Free Access Week - Data Engineering + BI
Data Engineering and BI courses are free this week!
Free Access Week - Jun 2-8

depCensoring (version 0.1.7)

gs.interpolation: 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)

Value

The next point to evaluate.

Arguments

evaluations

Matrix of evaluated test statistics and critical values.

dir

Search direction.

iter.nbr

Iteration number.

hp

List of hyperparameters.