updateAllStoppedTrials property
ConvexAutomatedStoppingSpec by default only updates the trials that needs to be early stopped using a newly trained auto-regressive model.
When this flag is set to True, all stopped trials from the beginning are
potentially updated in terms of their final_measurement
. Also, note that
the training logic of autoregressive models is different in this case.
Enabling this option has shown better results and this may be the default
option in the future.
Implementation
core.bool? updateAllStoppedTrials;