Use this function to determine how the model search is performed.
get.search.options(parallel = FALSE, reportInterval = 0)A list with the given options.
If TRUE, a parallel search algorithm is used. This generally changes the speed and memory usage.
An integer representing the time interval (in seconds) for reporting progress (if any significant change has occurred). Set to zero to disable reporting.