TrialResult Class

Definition

public class TrialResult : System.Collections.Generic.IEqualityComparer<Microsoft.ML.AutoML.TrialResult>
type TrialResult = class
    interface IEqualityComparer<TrialResult>
Public Class TrialResult
Implements IEqualityComparer(Of TrialResult)
Inheritance
TrialResult
Derived
Implements

Constructors

TrialResult()

Properties

DurationInMilliseconds
Loss

the loss for current trial, which is smaller the better. This value will be used to fit smart tuners in AutoMLExperiment.

Metric

Evaluation result.

Model
PeakCpu
PeakMemoryInMegaByte
TrialSettings

Methods

Equals(TrialResult, TrialResult)
GetHashCode(TrialResult)

compute hash code based on trial ID only.

Applies to