Table of Contents

Enum HyperparameterType

Namespace
AiDotNet.Augmentation
Assembly
AiDotNet.dll

Specifies the type of hyperparameter.

public enum HyperparameterType

Fields

Boolean = 3

A boolean parameter.

Categorical = 2

A categorical parameter with fixed choices.

Continuous = 0

A continuous floating-point parameter.

Integer = 1

A discrete integer parameter.

LogScale = 4

A log-scale continuous parameter.