Cloud AI Platform v1 API - Enum StudySpec.Types.Algorithm (2.27.0)

public enum StudySpec.Types.Algorithm

Reference documentation and code samples for the Cloud AI Platform v1 API enum StudySpec.Types.Algorithm.

The available search algorithms for the Study.

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Fields

NameDescription
GridSearch

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

RandomSearch

Simple random search within the feasible space.

Unspecified

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