Class Algorithm (1.51.0)

Algorithm(value)

The available search algorithms for the Study.

Enums

Name Description
ALGORITHM_UNSPECIFIED The default algorithm used by Vertex AI for `hyperparameter tuning
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.

Methods

Algorithm

Algorithm(value)

The available search algorithms for the Study.