experimentTrial
R2026bDescription
An ExperimentTrial object contains detailed information about
one trial in an experiment result. Each result contains one or more trials, where each
trial represents one set of parameter values. Use an ExperimentTrial
object to review the status, parameter values, metrics, outputs, and visualizations for
a trial. For example:
trial = experimentTrial("MyProject","Experiment1","Result1",1);
trial.Status
trial.Parameter.LearningRate
trial.Metric.TrainingLossYou can also access trials by indexing into the Trials property
of an ExperimentResult object.
Creation
Description
creates an trial = experimentTrial(projectFolder,experimentName,resultName,trialNumber)ExperimentTrial object from the existing trial
of an experiment run, either from the Experiment Manager app or from the
runExperiment function.
Input Arguments
Properties
Examples
Version History
Introduced in R2026b