Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add partial evaluation feature #10

Closed
tsunrise opened this issue Oct 2, 2020 · 1 comment
Closed

add partial evaluation feature #10

tsunrise opened this issue Oct 2, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@tsunrise
Copy link
Member

tsunrise commented Oct 2, 2020

Given P(x1, x2, x3, x4) and r1, r2, add partial evaluation feature so that the function can output P'(x3,x4) such that P'(x3, x4) = P(r1, r2, x3, x4)

@tsunrise tsunrise added the enhancement New feature or request label Oct 2, 2020
@tsunrise
Copy link
Member Author

tsunrise commented Oct 6, 2020

it should work now...

@tsunrise tsunrise closed this as completed Oct 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant