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
GlobalConstraints
Gets or sets global constraints on the policy.
public IDictionary<string, object>? GlobalConstraints { get; set; }
Property Value
MaxAugmentations
Gets or sets the maximum number of augmentations to include.
public int MaxAugmentations { get; set; }
Property Value
MinAugmentations
Gets or sets the minimum number of augmentations to include.
public int MinAugmentations { get; set; }
Property Value
PolicyName
Gets or sets the policy name.
public string PolicyName { get; set; }