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

Remove iterability from the Solution object because it is mathematically ill-defined #800

Merged
merged 1 commit into from
Oct 28, 2024

Conversation

pnkraemer
Copy link
Owner

This is breaking because solution[-1] is not possible anymore.

Why was iterability an issue? Because the posterior is a Markov sequence, and selecting the "i"th transition density does not yield a parametrisation of the ith sub-sequence. In other words, the behaviour was mathematically incorrect. Since I don't know how to correct it (without a million conditions in __iter__), I deleted it.

@pnkraemer pnkraemer merged commit 1c75221 into main Oct 28, 2024
6 checks passed
@pnkraemer pnkraemer deleted the remove-iterability-from-solution-object branch October 28, 2024 08:04
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.

1 participant