diff --git a/examples/v1beta1/hp-tuning/hyperopt-distribution.yaml b/examples/v1beta1/hp-tuning/hyperopt-distribution.yaml index 1b3fc9c3a29..e092cc41110 100644 --- a/examples/v1beta1/hp-tuning/hyperopt-distribution.yaml +++ b/examples/v1beta1/hp-tuning/hyperopt-distribution.yaml @@ -7,10 +7,10 @@ metadata: spec: objective: type: minimize - goal: 0.001 + goal: 0.01 objectiveMetricName: loss algorithm: - algorithmName: random + algorithmName: tpe parallelTrialCount: 3 maxTrialCount: 12 maxFailedTrialCount: 3 @@ -32,7 +32,7 @@ spec: parameterType: double feasibleSpace: min: "0.0001" - max: "0.001" + max: "0.01" step: "0.0001" distribution: "normal" - name: dropout_rate