Table of Contents

Enum ParameterType

Namespace
AiDotNet.Enums
Assembly
AiDotNet.dll

Defines the types of parameters that can be used in hyperparameter search

public enum ParameterType

Fields

Boolean = 2

Boolean parameter type

Categorical = 3

Categorical parameter type (discrete choices)

Continuous = 4

Continuous parameter type

Float = 1

Floating point parameter type

Integer = 0

Integer parameter type