updateInfo
Syntax
Description
updateInfo(
updates the specified information column for a trial in the Experiment Manager
results table.monitor
,infoName
=infoValue
)
updateInfo(
updates multiple information columns for a trial.monitor
,infoName1=infoValue1,...,infoNameN=infoValueN)
updateInfo(
updates the information columns using the values specified by the structure
monitor
,infoStructure
)infoStructure
.
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.
Version History
Introduced in R2021a