This function returns a list with the (default) hyperparameters used in the grid search algorithm
set.GS.hyperparameters(options)
List of hyperparameters for the gridsearch and binary search algorithms.
A list of user-specified values for (some of) the hyperparameters. These hyperparameters could include:
Minimum and maximum number of evaluations.
Function that determines the next point in the grid search sequence.
Step size of the grid.
Binary search tolerance.
Maximum number of iterations that the algorithm can run.