get.search.options: Get Extra Options for Model Search Process

View source: R/search.R

get.search.optionsR Documentation

Get Extra Options for Model Search Process

Description

Use this function to determine how the model search is performed.

Usage

get.search.options(parallel = FALSE, reportInterval = 0)

Arguments

parallel

If TRUE, a parallel search algorithm is used. This generally changes the speed and memory usage.

reportInterval

An integer representing the time interval (in seconds) for reporting progress (if any significant change has occurred). Set to zero to disable reporting.

Value

A list with the given options.


ldt documentation built on Sept. 11, 2024, 5:25 p.m.