recordMetrics
Syntax
Description
recordMetrics(
records the specified metric value for a trial in the Experiment Manager
results table and training plot.monitor
,step
,metricName
=metricValue
)
recordMetrics(
records the metric values specified by the structure
monitor
,step
,metricStructure
)metricStructure
.
Examples
Input Arguments
Tips
Both information and metric columns display values in the results table for your experiment. Additionally, the training plot shows a record of the metric values. Use information columns for text and for numerical values that you want to display in the results table but not in the training plot.
Use the
groupSubPlot
function to define your training subplots before calling the functionrecordMetrics
.
Version History
Introduced in R2021a