Skip to content

Commit

Permalink
Change the order of regularizers
Browse files Browse the repository at this point in the history
  • Loading branch information
vl-dud committed Nov 1, 2024
1 parent 571233a commit 67d1091
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deepxde/nn/regularizers.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ def get(identifier):
Args:
identifier (list/tuple): Specifies the type of regularizer and
regularization factor. The first element should be one of "l1", "l2",
"orthogonal", or "l1l2" ("l1+l2"). For "l1", "l2", or "orthogonal",
"l1l2" ("l1+l2"), or "orthogonal". For "l1", "l2", or "orthogonal",
you can provide a single factor value. For "l1l2" ("l1+l2"),
both "l1" and "l2" factors are required.
"""
Expand Down

0 comments on commit 67d1091

Please sign in to comment.