gs.regular: Return the next point to evaluate when doing regular grid...

View source: R/BoundingCovariateEffects.R

gs.regularR Documentation

Return the next point to evaluate when doing regular grid search

Description

This function implements a unidirectional grid search, that works by expanding a grid starting from a given feasible point in the given direction.

Usage

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

Next point to evaluate in the search algorithm.


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