-
Notifications
You must be signed in to change notification settings - Fork 34
Closed
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or request
Description
Subject
Type FullFactorisation
struct FullFactorisation end
Issue
The name is confusing, people are likely to think that the underlying function will be constraint to be fully factorise even if it means the opposite:
- What I intuitively understood :
- What it actually is :
Part of the code concern
ReactiveMP
RxInfer documentation
1. MeanField()`
Automatically specifies a mean-field factorisation
Example:
y ~ NormalMeanVariance(y_mean, y_var) where { q = MeanField() }FullFactorisation()
Automatically specifies a full factorisation
Example:
y ~ NormalMeanVariance(y_mean, y_var) where { q = FullFactorisation() }`
Proposals to fix it
Only make it explicit in the documentation
OR
Change to an unambiguous name and make it explicit in the documentation
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or request