Enum StudySpec.Types.Algorithm (1.6.0)

public enum 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.