Skip to content

Add more deductive rules to NumPy synthesizer #57

@justinlubin

Description

@justinlubin

Would it be possible to add some form of top-down deductive synthesis based on the structure of the input code? (Imperative code seems to give a better hint at the possible functions at play than functional code.) For example, if we see that the first line of code is var = 1, then we can only guess np.product.

(Picks up on #55.)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions