Table of Contents

Enum TrialStatus

Namespace
AiDotNet.Models
Assembly
AiDotNet.dll

Represents the status of a hyperparameter trial.

public enum TrialStatus

Fields

Complete = 1

Trial completed successfully.

Failed = 3

Trial failed with an error.

Pruned = 2

Trial was pruned (stopped early).

Running = 0

Trial is currently running.