Enum CurriculumStage
- Namespace
- AiDotNet.MetaLearning.Data
- Assembly
- AiDotNet.dll
Represents stages in a meta-learning curriculum.
public enum CurriculumStage
Fields
Easy = 0Initial easy tasks for warm-start.
General = 4General purpose batch without curriculum constraints.
Hard = 2Challenging tasks for refinement.
Medium = 1Intermediate complexity tasks.
Mixed = 3Mixed difficulty for generalization.