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
Is there an easy way to use constraint=Standardized() with target standard deviation set to some value sigma instead of 1? Or would I need to define my own class by copying the _Standardized() code and modifying the standard deviation there?
The text was updated successfully, but these errors were encountered:
dkobak
changed the title
Is there an easy way to use Standardized() constrained with target std not equal to 1?
Is there an easy way to use Standardized() constraint with target std not equal to 1?
Oct 20, 2023
Is there an easy way to use
constraint=Standardized()
with target standard deviation set to some valuesigma
instead of 1? Or would I need to define my own class by copying the_Standardized()
code and modifying the standard deviation there?The text was updated successfully, but these errors were encountered: