File tree Expand file tree Collapse file tree
content/en/docs/components/katib Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -107,16 +107,17 @@ These are the fields in the experiment configuration spec:
107107 [ ` ObjectiveSpec ` type] ( https://github.com/kubeflow/katib/blob/master/pkg/apis/controller/common/v1beta1/common_types.go#L93 ) .
108108
109109- ** parallelTrialCount** : The maximum number of hyperparameter sets that Katib
110- should train in parallel.
110+ should train in parallel. The default value is 3.
111111
112112- ** maxTrialCount** : The maximum number of trials to run.
113113 This is equivalent to the number of hyperparameter sets that Katib should
114- generate to test the model.
114+ generate to test the model. If the ` maxTrialCount ` value is ** omitted** , your
115+ experiment will be running until the objective goal is reached or the experiment
116+ reaches a maximum number of failed trials.
115117
116118- ** maxFailedTrialCount** : The maximum number of failed trials before Katib
117- should stop the experiment.
118- This is equivalent to the number of failed hyperparameter sets that Katib
119- should test.
119+ should stop the experiment. This is equivalent to the number of failed
120+ hyperparameter sets that Katib should test.
120121 If the number of failed trials exceeds ` maxFailedTrialCount ` , Katib stops the
121122 experiment with a status of ` Failed ` .
122123
You can’t perform that action at this time.
0 commit comments