Vertex AI V1 API - Module Google::Cloud::AIPlatform::V1::StudySpec::Algorithm (v0.3.0)

Reference documentation and code samples for the Vertex AI V1 API module Google::Cloud::AIPlatform::V1::StudySpec::Algorithm.

The available search algorithms for the Study.

Constants

ALGORITHM_UNSPECIFIED

value: 0
The default algorithm used by Vertex AI for hyperparameter tuning and Vertex AI Vizier.

value: 2
Simple grid search within the feasible space. To use grid search, all parameters must be INTEGER, CATEGORICAL, or DISCRETE.

value: 3
Simple random search within the feasible space.