Table of Contents

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

string

IsEnabled

Gets or sets whether this augmentation is enabled.

public bool IsEnabled { get; set; }

Property Value

bool

Parameters

Gets or sets the sampled hyperparameter values.

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

Property Value

IDictionary<string, object>

Probability

Gets or sets the sampled probability.

public double Probability { get; set; }

Property Value

double