Skip to content

Commit ed61688

Browse files
adjusted defualt numpy nb strategy
1 parent 8dcd460 commit ed61688

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

batchglm/train/numpy/base_glm/training_strategies.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ class TrainingStrategies(Enum):
88
{
99
"max_steps": 1000,
1010
"method_b": "brent",
11-
"update_b_freq": 10,
11+
"update_b_freq": 5,
1212
"ftol_b": 1e-6,
13-
"max_iter_b": 100
13+
"max_iter_b": 1000
1414
},
1515
]
1616
GD = [

0 commit comments

Comments
 (0)