Learn R Programming

depCensoring (version 0.1.7)

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

Value

Next point to evaluate in the search algorithm.

Arguments

evaluations

Matrix of evaluated test statistics and critical values.

dir

Search direction.

iter.nbr

Iteration number.

hp

List of hyperparameters.