Class SampledConfiguration
- Namespace
- AiDotNet.Augmentation
- Assembly
- AiDotNet.dll
Represents a sampled configuration from the search space.
public class SampledConfiguration
- Inheritance
-
SampledConfiguration
- Inherited Members
Properties
AugmentationType
Gets or sets the augmentation type.
public string AugmentationType { get; set; }
Property Value
IsEnabled
Gets or sets whether this augmentation is enabled.
public bool IsEnabled { get; set; }
Property Value
Parameters
Gets or sets the sampled hyperparameter values.
public IDictionary<string, object> Parameters { get; set; }
Property Value
Probability
Gets or sets the sampled probability.
public double Probability { get; set; }