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
Assigning a name to a Variable or Function is done when it is constructed. Function exposes a SetName method, but it seems to cause problems when the function is saved and re-opened. This introduces complications; for instance, expressing something like
let f = bias + weight * input
... becomes difficult, because there is no obvious way to give the function f a name.
The text was updated successfully, but these errors were encountered:
Assigning a name to a
Variable
orFunction
is done when it is constructed.Function
exposes aSetName
method, but it seems to cause problems when the function is saved and re-opened. This introduces complications; for instance, expressing something likelet f = bias + weight * input
... becomes difficult, because there is no obvious way to give the function
f
a name.The text was updated successfully, but these errors were encountered: