You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ You can choose to mix and match loss functions natively found in this package an
24
24
In such cases, you optimize over a sum of different objectives (e.g. ML + Ridge).
25
25
This mix and match strategy also applies to gradients, where you may supply analytic gradients or opt for automatic differentiation or mix analytical and automatic differentiation.
26
26
27
-
# you may consider using this package if:
27
+
# You may consider using this package if:
28
28
29
29
- you want to extend SEM (e.g. add a new objective function) and need an extendable framework
30
30
- you want to extend SEM, and your implementation needs to be fast (because you want to do a simulation, for example)
0 commit comments