-
Notifications
You must be signed in to change notification settings - Fork 154
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
Normalization in condensed Chain factor #715
Comments
I wonder why is a non-normalized |
This is precisely the issue! The normalization is inconsistently applied. I agree that the best way to solve this might be to move some level of normalization to |
This normalization issue is popping up in influence diagrams as well. @apfeffer do you have any objection if I change the Select factory to always normalize the factors? I don't see how this could be a problem |
GO ahead.
From: Brian Ruttenberg <[email protected]>
Reply-To: p2t2/figaro <[email protected]>
Date: Tuesday, October 17, 2017 at 4:45 PM
To: p2t2/figaro <[email protected]>
Cc: Avi Pfeffer <[email protected]>, Mention <[email protected]>
Subject: Re: [p2t2/figaro] Normalization in condensed Chain factor (#715)
This normalization issue is popping up in influence diagrams as well. @apfeffer<https://github.com/apfeffer> do you have any objection if I change the Select factory to always normalize the factors? I don't see how this could be a problem
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<#715 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AFJkdwY2Xak9N2HOTIq2TVc1cUqWuJPIks5stRHngaJpZM4N1yBB>.
|
In theory, the following two elements are equivalent:
The only difference is whether or not the Select in the second argument is normalized. However, running StructuredVE on the second element returns an incorrect result for the distribution. The reason why is that the condensed Chain factor is incorrect when subproblems are not normalized. There are a two ways I could resolve this:
The text was updated successfully, but these errors were encountered: