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

Introduced batch postprocessors #76

Merged
merged 3 commits into from
Dec 8, 2024

Conversation

integraledelebesgue
Copy link
Member

@integraledelebesgue integraledelebesgue commented Dec 8, 2024

Closes #68

Changes

  • Batches of Results now have a formalized operation of imputation, approximation, and unification
  • The postprocessing module contains:
    • Interfaces:
      • Interpolable for interpolation
      • Approximable for approximation
      • Comparable for maximum and minimum unifying substitution
    • Generic functions performing these operations
  • Postprocessors always create new batches. They no longer operate in place
  • gaze.Result implements Interpolable and Approximable protocols
  • Postprocessing is now a caller's responsibility. Components don't perform any imputation, approximation, etc.

@integraledelebesgue integraledelebesgue merged commit 1893104 into main Dec 8, 2024
3 checks passed
@integraledelebesgue integraledelebesgue deleted the feature/batch-postprocessors branch December 8, 2024 12:02
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

Successfully merging this pull request may close these issues.

Add approximation to Results
1 participant