updateInfo
Update information columns in experiment results table
Syntax
Description
updateInfo(
updates the specified information column for a trial in the Experiment Manager
results table.monitor,infoName=infoValue)
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.
You can use the information values to perform analysis after training. The monitor stores the information values without step information and only adds information when you call the
updateInfofunction. If you need the step information to use the values for the analysis, then update the information values at each step.