Table of Contents

Enum CurriculumVerbosity

Namespace
AiDotNet.CurriculumLearning.Interfaces
Assembly
AiDotNet.dll

Verbosity levels for curriculum learning.

public enum CurriculumVerbosity

Fields

Debug = 4

Log everything including per-sample information.

Minimal = 1

Log only phase transitions.

Normal = 2

Log phase transitions and per-epoch metrics.

Silent = 0

No logging.

Verbose = 3

Log detailed per-epoch information.