Skip to content

Naming variables and functions #4

@mathias-brandewinder

Description

@mathias-brandewinder

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions