Table of Contents

Enum ConstraintType

Namespace
AiDotNet.AutoML
Assembly
AiDotNet.dll

Defines the types of constraints that can be applied to AutoML search.

public enum ConstraintType

Fields

Custom = 4

Custom constraint defined by an expression.

Dependency = 1

Dependency constraint between multiple parameters.

Exclusion = 2

Exclusion constraint preventing certain parameter combinations.

Range = 0

Range constraint limiting a parameter to a specific range.

Resource = 3

Resource constraint limiting compute resources.