Skip to content

Commit 1bef203

Browse files
authored
reduce neural_gaus_regressor_max_itr (#590)
1 parent 3860779 commit 1bef203

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ class GlobalSettings:
159159
mlp_classifier_hid_sizes = [32, 32]
160160
mlp_classifier_balance_data = True
161161
neural_gaus_regressor_hid_sizes = [32, 32]
162-
neural_gaus_regressor_max_itr = 10000
162+
neural_gaus_regressor_max_itr = 1000
163163
mlp_classifier_n_iter_no_change = 5000
164164

165165
# sampler learning parameters

0 commit comments

Comments
 (0)