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

Refactor FunctionData with traits to enforce evaluateability #7

Open
dlindhol opened this issue Sep 4, 2018 · 0 comments
Open

Refactor FunctionData with traits to enforce evaluateability #7

dlindhol opened this issue Sep 4, 2018 · 0 comments

Comments

@dlindhol
Copy link
Member

dlindhol commented Sep 4, 2018

Currently FunctionData defines samples returning an Iterator of Samples and apply that supports evaluation. StreamingFunctionData currently throws an exception when trying to evaluate. There will also be cases where we have a continuous Function that can't provide Samples. We should define separate traits for each capability.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant