Table of Contents

Enum TemperatureScheduleType

Namespace
AiDotNet.SelfSupervisedLearning
Assembly
AiDotNet.dll

Types of temperature scheduling strategies.

public enum TemperatureScheduleType

Fields

Constant = 0

Constant temperature throughout training.

CosineDecay = 2

Cosine decay from initial to final temperature.

CosineWarmup = 5

Cosine warmup from initial to final temperature.

ExponentialDecay = 4

Exponential decay from initial to final temperature.

LinearDecay = 3

Linear decay from initial to final temperature.

LinearWarmup = 1

Linear warmup from initial to final temperature.