TrialResult Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |