Learn R Programming

depCensoring (version 0.1.7)

set.GS.hyperparameters: Set default hyperparameters for grid search algorithm

Description

This function returns a list with the (default) hyperparameters used in the grid search algorithm

Usage

set.GS.hyperparameters(options)

Value

List of hyperparameters for the gridsearch and binary search algorithms.

Arguments

options

A list of user-specified values for (some of) the hyperparameters. These hyperparameters could include:

min.eval/max.eval:

Minimum and maximum number of evaluations.

next.gs.point:

Function that determines the next point in the grid search sequence.

step.size:

Step size of the grid.

bin.search.tol:

Binary search tolerance.

max.iter:

Maximum number of iterations that the algorithm can run.