Module: Google::Cloud::AIPlatform::V1::StudySpec::Algorithm

Defined in:
proto_docs/google/cloud/aiplatform/v1/study.rb

Overview

The available search algorithms for the Study.

Constant Summary collapse

ALGORITHM_UNSPECIFIED =

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

0
GRID_SEARCH =

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

2
RANDOM_SEARCH =

Simple random search within the feasible space.

3