Table of Contents

Enum CurriculumStage

Namespace
AiDotNet.MetaLearning.Data
Assembly
AiDotNet.dll

Represents stages in a meta-learning curriculum.

public enum CurriculumStage

Fields

Easy = 0

Initial easy tasks for warm-start.

General = 4

General purpose batch without curriculum constraints.

Hard = 2

Challenging tasks for refinement.

Medium = 1

Intermediate complexity tasks.

Mixed = 3

Mixed difficulty for generalization.