Skip to content

Commit a76a803

Browse files
committed
edit presets
1 parent d1462f1 commit a76a803

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

autointent/_presets/heavy.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ search_space:
1414
k:
1515
low: 1
1616
high: 20
17-
step: 1
1817
n_trials: 10
1918
- module_name: description
2019
temperature:

autointent/_presets/heavy_moderate.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ search_space:
1313
k:
1414
low: 1
1515
high: 20
16-
step: 1
1716
n_trials: 10
1817
- module_name: description
1918
temperature:

autointent/_presets/light.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ search_space:
1313
k:
1414
low: 1
1515
high: 20
16-
step: 1
1716
n_trials: 10
1817
- node_type: decision
1918
target_metric: decision_accuracy
@@ -22,6 +21,6 @@ search_space:
2221
thresh:
2322
low: 0.1
2423
high: 0.9
25-
step: 0.1
24+
n_trials: 10
2625
- module_name: argmax
2726
sampler: tpe

0 commit comments

Comments
 (0)