maxNumTrialsNoProgress property

int? maxNumTrialsNoProgress
getter/setter pair

If the objective value has not improved for this many consecutive trials, stop the study.

WARNING: Effective only for single-objective studies.

Implementation

core.int? maxNumTrialsNoProgress;