Table of Contents

Class PolicySearchSpace

Namespace
AiDotNet.Augmentation
Assembly
AiDotNet.dll

Represents a complete search space for augmentation policies.

public class PolicySearchSpace
Inheritance
PolicySearchSpace
Inherited Members

Properties

AugmentationSpaces

Gets or sets the augmentation search spaces.

public IList<AugmentationSearchSpace> AugmentationSpaces { get; set; }

Property Value

IList<AugmentationSearchSpace>

GlobalConstraints

Gets or sets global constraints on the policy.

public IDictionary<string, object>? GlobalConstraints { get; set; }

Property Value

IDictionary<string, object>

MaxAugmentations

Gets or sets the maximum number of augmentations to include.

public int MaxAugmentations { get; set; }

Property Value

int

MinAugmentations

Gets or sets the minimum number of augmentations to include.

public int MinAugmentations { get; set; }

Property Value

int

PolicyName

Gets or sets the policy name.

public string PolicyName { get; set; }

Property Value

string