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

View source: R/BoundingCovariateEffects.R

set.GS.hyperparametersR Documentation

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)

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.

Value

List of hyperparameters for the gridsearch and binary search algorithms.


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