Skip to content

Commit 67d1091

Browse files
committed
Change the order of regularizers
1 parent 571233a commit 67d1091

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deepxde/nn/regularizers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ def get(identifier):
77
Args:
88
identifier (list/tuple): Specifies the type of regularizer and
99
regularization factor. The first element should be one of "l1", "l2",
10-
"orthogonal", or "l1l2" ("l1+l2"). For "l1", "l2", or "orthogonal",
10+
"l1l2" ("l1+l2"), or "orthogonal". For "l1", "l2", or "orthogonal",
1111
you can provide a single factor value. For "l1l2" ("l1+l2"),
1212
both "l1" and "l2" factors are required.
1313
"""

0 commit comments

Comments
 (0)