The available search algorithms for the Study.
| Enums | |
|---|---|
ALGORITHM_UNSPECIFIED |
The default algorithm used by Agent Platform for hyperparameter tuning and Agent Platform Vizier. |
GRID_SEARCH |
Simple grid search within the feasible space. To use grid search, all parameters must be INTEGER, CATEGORICAL, or DISCRETE. |
RANDOM_SEARCH |
Simple random search within the feasible space. |